Find numerator and denumerator

Dear community,
How can I find filter coefficients (denumerator and numerator) of the butterworth filter?
Thanks in advance,
Andrew

Answers (1)

[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

Asked:

on 17 Apr 2013

Community Treasure Hunt

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

Start Hunting!