computational efficiency of smoothing methods
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
We intend to use several smoothing techniques to smooth out some data. We have tried the following methods:
- Gaussian-weighted moving average
- Linear regression
- Quadratic regression
- Savitzky-Golay filter
All of them are giving very similar results, and it has been hard for us to decide which one would be the optimal technique to move forward with. Thus we would like to know if we can measure the computational efficiency of each technique while using them in Matlab and hence we can choose the most efficient one, since all of them are giving similar results.
So is there a way to achieve this? 
Thanks in advance.
1 Kommentar
  Mathieu NOE
      
 am 15 Mai 2023
				use tic (at the start of your code) and  toc (at the end)  to measure each code performance
Antworten (0)
Siehe auch
Kategorien
				Mehr zu Data Preprocessing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

