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!