Find numerator and denumerator
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Dear community,
How can I find filter coefficients (denumerator and numerator) of the butterworth filter?
Thanks in advance,
Andrew
0 comentarios
Respuestas (1)
  Mats
      
 el 17 de Abr. de 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.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

