Contents | %%%%%%%%%%%%%%%%%%% class: miir %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a miir object into a string. |
display | DISPLAY overloads display functionality for miir objects. |
eq | EQ overloads the == operator for miir objects. |
get | GET get miir properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given miir has all the correct fields of the correct type. |
miir | MIIR IIR filter object class constructor. |
ne | NE overloads the ~= operator for miir 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 miir object to file. |
set | SET set a miir object property. |
string | STRING writes a command string that can be used to recreate the input filter object. |
subsasgn | SUBSASGN define index assignment for miir properties. |
subsref | SUBSREF Define field name indexing for miir objects. |