Clear Filters
Clear Filters

butterworth band pass filter

27 views (last 30 days)
khatere darvish
khatere darvish on 24 Jun 2018
Commented: khatere darvish on 24 Jun 2018
hi, i want to design a butterworth bandpass filter with this specification: sample rate=250 Hz, low and high cutoff frequency=8-30 Hz, order=5
i wrote below commands but i'm not sure it is true.is it true?
[b,a] = butter(5,[8 30]/125,'bandpass');
can anybody help me?

Accepted Answer

Jan
Jan on 24 Jun 2018
According to the documentation, this is correct: doc butter (link)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!