char | CHAR convert an 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. |
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. |
subsref | SUBSREF Define field name indexing for mfir objects. |
xml | XML convert an mfir object to an DOM XML object. |
xmladd | XMLADD add an MFIR object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a mfir filter from a mfir xml file. |