Find numerator and denumerator
显示 更早的评论
Dear community,
How can I find filter coefficients (denumerator and numerator) of the butterworth filter?
Thanks in advance,
Andrew
回答(1 个)
Mats
2013-4-17
[B,A] = butter(n,Wn)
B are the coefficients for the numerator, and A the coefficients for the denominator with order n filter at normalized cutoff frequency Wn.
类别
在 帮助中心 和 File Exchange 中查找有关 Butterworth 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!