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!