buttap
Design a lowpass analog Butterworth filter.
Calling Sequence
z = buttap (n)
[z, p] = buttap (n)
[z, p, g] = buttap (n)
Parameters
n:
Filter Order
z:
Zeros
p:
Poles
g:
Gain
Description
This is an Octave function.
It designs a lowpass analog Butterworth filter of nth order.
Examples