Effacer les filtres
Effacer les filtres

butterworth passband filter transfer function in matlab

2 vues (au cours des 30 derniers jours)
djamaleddine djeldjli
djamaleddine djeldjli le 26 Juin 2018
hello,
i am using the function butter as a butterworth passband filter but i need its transfer function order n
thanks in advance

Réponse acceptée

Star Strider
Star Strider le 26 Juin 2018
The butter function returns the numerator polynomial ‘b’ and denominator polynomial ‘a’ of the transfer function as vectors if you request it:
[b,a] = butter(n,Wn,ftype)
See the documentation for details.
  3 commentaires
Walter Roberson
Walter Roberson le 26 Juin 2018
tf(b,a) on the results of calling butter()
djamaleddine djeldjli
djamaleddine djeldjli le 26 Juin 2018
thank you very much it is working

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by