Contents | %%%%%%%%%%%%%%%%%%% class: mfir %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a mfir object into a string. |
display | DISPLAY overloads display functionality for mfir objects. |
eq | EQ overloads the == operator for mfir objects. |
get | GET get mfir properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given mfir has all the correct fields of the correct type. |
mfir | MFIR FIR filter object class constructor. |
ne | NE overloads the ~= operator for mfir objects. |
redesign | REDESIGN redesign the input filter to work for the given sample rate. |
resp | RESP Make a frequency response of the filter. |
save | SAVE an mfir object to file. |
set | SET set a mfir object property. |
string | STRING writes a command string that can be used to recreate the input filter object. |
subsasgn | SUBSASGN define index assignment for mfir properties. |
subsref | SUBSREF Define field name indexing for mfir objects. |