フィルターのクリア

butterworth band pass filter

27 ビュー (過去 30 日間)
khatere darvish
khatere darvish 2018 年 6 月 24 日
コメント済み: khatere darvish 2018 年 6 月 24 日
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?

採用された回答

Jan
Jan 2018 年 6 月 24 日
According to the documentation, this is correct: doc butter (link)
  1 件のコメント
khatere darvish
khatere darvish 2018 年 6 月 24 日
thank you so much

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by