filtering and smoothening of acquired data due to noise
2 次查看(过去 30 天)
显示 更早的评论
I have position data sets acquired from noisy sources and I wanted to filter/smoothen them to rid the effects of noise. The aim is to be able to get their velocities and perform other computations. I would like to ask what a nice filter/smoothening function would be appropriate.
I previously used Butterworth filter, but perhaps that is too 'strong'? Is there any thing more appropriate?
0 个评论
回答(1 个)
Star Strider
2018-2-8
It depends on the frequency characteristics of the noise. If your signal is limited to a specific part of the frequency spectrum (usually low frequencies), you can eliminate higher frequency noise with a properly designed lowpass or bandpass filter. Broadband noise can never be completely eliminated by a frequency-selective filter. For that, you must use wavelets.
2 个评论
Anupam Sharma
2022-6-2
Hello Star, how to estimate Broadband noise using MATLAB function? which fucntion to be used?
Anupam Sharma
2022-6-2
I have a hi resolution data from an accelerometer as a spectrum and I want to estimate its noise everytime while I am analyzing the spectrum.
I am unable to quanitfy the noise in FFT. Please suggest.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filter Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!