Find numerator and denumerator

10 views (last 30 days)
Andrew
Andrew on 17 Apr 2013
Dear community,
How can I find filter coefficients (denumerator and numerator) of the butterworth filter?
Thanks in advance,
Andrew

Answers (1)

Mats
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.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!