Need help with band pass filter!

I am told to design a bandpass filter but I used the function bandpass in matlab instead. But when I try it on the frequency-domain data, it gives me some negative value, which is supposed to be positive.

 Accepted Answer

Star Strider
Star Strider on 13 Oct 2018
Although designed in the frequency domain, digital filters created by bandpass and most other functions operate in the time domain.
If you want to see the effects of the filter in the frequency domain, use the fft (link) function on your time domain signals before filtering and after filtering.

2 Comments

Thanks for your answer. I read many posts and it seems you are a super active member of the community.
As always, my pleasure.
I do my best!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!