butterworth passband filter transfer function in matlab

1 次查看(过去 30 天)
hello,
i am using the function butter as a butterworth passband filter but i need its transfer function order n
thanks in advance

采纳的回答

Star Strider
Star Strider 2018-6-26
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.

更多回答(0 个)

产品


版本

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by