Contents | %%%%%%%%%%%%%%%%%%% class: pzmodel %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a pzmodel object into a string. |
display | DISPLAY overloads display functionality for pzmodel objects. |
eq | EQ overloads the == operator for pzmodel objects. |
get | GET get a pole/zero model property. |
getlowerFreq | GETLOWERFREQ gets the frequency of the lowest pole or zero in the model. |
getupperFreq | GETUPPERFREQ gets the frequency of the highest pole or zero in the model. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given pzmodel has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for pzmodel objects. |
pzmodel | PZMODEL constructor for pzmodel class. |
resp | RESP returns the complex response of a pzmodel as an Analysis Object. |
save | SAVE a pzmodel object to file. |
set | SET sets a pole/zero model property. |
string | STRING writes a command string that can be used to recreate the input pzmodel object. |
subsasgn | SUBSASGN define index assignment for pzmodel properties. |
subsref | SUBSREF Define field name indexing for pole/zero model objects. |
tomfir | TOMFIR approximates a pole/zero model with an FIR filter. |
tomiir | TOMIIR converts a pzmodel to an IIR filter using a bilinear transform. |