filtering of multiple harmonics

4 views (last 30 days)
Dear all,
I have the signal of vibration data, the fft plot of which shows multiple harmonics/frequencies. I am trying to filter out all except particular frequency harmonics, that i need for further processing. I have no idea of any filtering tools in matlab. Can someone refer me material i can use to write a code for the above purpose.
Thanks, Shravan.

Accepted Answer

Gökçen
Gökçen on 11 May 2011
Hi Shravan, If you have a signal processing tool box, you can use the FDA tool(filter design and analysis tool) to design a band bass filter by specifying the pass band frequency. (type fdatool to command window). You can export the filter ciefficients to workspace later.
  1 Comment
Shravan Chandrasekaran
Shravan Chandrasekaran on 11 May 2011
Hi Gokcen, Thank you for the reply. Also, pls let me know that after designing the filter parameters, how do i use it on my data that needs to be filtered.
Thanks, Shravan.

Sign in to comment.

More Answers (0)

Categories

Find more on Acoustics, Noise and Vibration 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!