Contents | %%%%%%%%%%%%%%%%%%% class: miir %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a miir object into a string. |
copy | COPY Make copy of miir objects depending of the second input |
display | DISPLAY overloads display functionality for miir objects. |
filload | Load a LISO *_iir.fil file to get the filter taps and return a |
fromAB | Construct an miir from coefficients |
fromLISO | FROMLISO Construct a miir filter from a LISO file |
fromPzmodel | Construct an miir from a pzmodel |
fromStandard | Construct an miir from a standard types |
miir | MIIR IIR filter object class constructor. |
mkbandpass | MKBANDPASS return a bandpass filter miir(). A Cheby filter is used. |
mkbandreject | MKBANDREJECT return a low pass filter miir(). A Butterworth filter is used. |
mkhighpass | MKHIGHPASS return a high pass filter miir(). A Butterworth filter is used. |
mklowpass | MKLOWPASS return a low pass filter miir(). A Butterworth filter is used. |
parseFilterParams | PARSEFILTERPARAMS parses the input plist and returns a full plist for designing a standard IIR filter. |
redesign | REDESIGN redesign the input filter to work for the given sample rate. |
resp | RESP Make a frequency response of the filter. |
setB | SETB Set the property 'b' |
setHistin | SETHISTIN Set the property 'histin' |
string | STRING writes a command string that can be used to recreate the input filter object. |
update_struct | UPDATE_STRUCT update the input structure to the current ltpda version |