Find numerator and denumerator
Show older comments
Dear community,
How can I find filter coefficients (denumerator and numerator) of the butterworth filter?
Thanks in advance,
Andrew
Answers (1)
Mats
on 17 Apr 2013
[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.
Categories
Find more on Butterworth in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!