Contents | %%%%%%%%%%%%%%%%%%% class: mfir %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a mfir object into a string. |
copy | COPY Make copy of mfir objects depending of the second input |
display | DISPLAY overloads display functionality for mfir objects. |
fromA | Construct an mfir from coefficients |
fromAO | create FIR filter from magnitude of input AO/fsdata |
fromPzmodel | Construct an mfir from a pzmodel |
fromStandard | Construct an mfir from a standard types |
mfir | MFIR FIR filter object class constructor. |
mkbandpass | MKBANDPASS return a bandpass filter mfir(). A Cheby filter is used. |
mkbandreject | MKBANDREJECT return a low pass filter mfir(). A Butterworth filter is used. |
mkhighpass | MKHIGHPASS return a high pass filter mfir(). A Butterworth filter is used. |
mklowpass | MKLOWPASS return a low pass filter mfir(). |
parseFilterParams | PARSEFILTERPARAMS parses the input plist and returns a full plist for designing a standard FIR filter. |
redesign | REDESIGN redesign the input filter to work for the given sample rate. |
resp | RESP Make a frequency response of the filter. |
setGd | SETGD Set the property 'gd' |
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 |