To get to the Import Options, select the Import Filter Data button from the main window:
Example of what to place in the entry box:
This will import a 5th order highpass Butterworth filter with cutoff at pi/2.
pzimport(B,A,GAIN,are_roots)
|
>> pzimport(B,A)
>> pzimport(B) >> pzimport(B,A,5) >> pzimport(B_root,A_root,8,1) |
Imports polynomials, gain of B(1)
Imports polynomial Zero vector, gain of B(1) Imports polynomials with gain of 5(Ignores B(1)) Imports root vectors, gain of 8 |