Remove chattering from signal
3 views (last 30 days)
Show older comments
I have the signal shown at the attached image. I want to remove the chattering which I think is high-frequency compared to the signal of interest. So, I think I should use some kind of low pass filter to filter out this chattering. In order to design an optimal filter should I firstly perform a Fourier transform to identify the frequency band of the signal and the frequency band of the noise ? And considering I perform the Fourier transform using Matlab’s fft(X), how do I recognize these frequency bands and then design the appropriate filter ?
0 Comments
Answers (1)
Sai Sri Pathuri
on 1 Nov 2019
Refer the following example (Noisy Signal) to find the frequency components of desired signal
The frequencies in the fft spectrum at which the amplitude has peaks gives the frequency band of the signal
0 Comments
See Also
Categories
Find more on Digital Filter Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!