Azzera filtri
Azzera filtri

butterworth passband filter transfer function in matlab

2 visualizzazioni (ultimi 30 giorni)
hello,
i am using the function butter as a butterworth passband filter but i need its transfer function order n
thanks in advance

Risposta accettata

Star Strider
Star Strider il 26 Giu 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.

Più risposte (0)

Prodotti


Release

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by