Making a butterworth filter
古いコメントを表示
Hi,
Any suggestions on how to make a filter in Matlab using the following settings:
Butterworth Zero Phase Filters: Low Cutoff: 1.0000 Hz, Time constant 0.1592s, 24 dB/oct High Cutoff: 30.0000 Hz, 24 dB/oct
Thanks, Mark
採用された回答
その他の回答 (1 件)
Michael Leung
2011 年 9 月 23 日
0 投票
I believe that the butter function is able to do 0th order filters. http://www.mathworks.com/help/toolbox/signal/ref/butter.html
1 件のコメント
Wayne King
2011 年 9 月 23 日
Hi Michael, That is not correct. The order must be positive. A 0th order IIR filter would mean that the output is equal to the input.
カテゴリ
ヘルプ センター および File Exchange で Butterworth についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!