computational efficiency of smoothing methods
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mathieu NOE
2023-5-15
use tic (at the start of your code) and toc (at the end) to measure each code performance
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!