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.

 Réponse acceptée

Star Strider
Star Strider le 13 Oct 2018

0 votes

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 commentaires

Duc Tran
Duc Tran le 15 Oct 2018
Thanks for your answer. I read many posts and it seems you are a super active member of the community.
Star Strider
Star Strider le 15 Oct 2018
As always, my pleasure.
I do my best!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by