Contents | %%%%%%%%%%%%%%%%%%% class: pz %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a pz object into a string. |
copy | COPY Make copy of pz objects depending of the second input |
cp2iir | CP2IIR Return a,b IIR filter coefficients for a complex pole designed using the bilinear transform. |
cz2iir | CZ2IIR return a,b IIR filter coefficients for a complex zero designed using the bilinear transform. |
display | DISPLAY display a pz object. |
fq2ri | FQ2RI Convert frequency/Q pole/zero representation |
pz | PZ is the ltpda class that provides a common definition of poles and zeros. |
resp | RESP returns the complex response of the pz object. |
ri2fq | RI2FQ Convert comlpex pole/zero into frequency/Q pole/zero representation. |
rp2iir | RP2IIR Return a,b coefficients for a real pole designed using the bilinear transform. |
rz2iir | RZ2IIR Return a,b IIR filter coefficients for a real zero designed using the bilinear transform. |
setF | SETF Set the property 'f' |
setQ | SETQ Set the property 'q' |
setRI | SETRI Set the property 'ri' and computes 'f' and 'q' |
string | STRING writes a command string that can be used to recreate the input pz object. |
update_struct | UPDATE_STRUCT update the input structure to the current ltpda version |