char | CHAR convert a pole object into a string. |
display | DISPLAY display a pzmodel. |
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. |
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. |
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. |
xml | XML convert a pzmodel object to an DOM XML object. |
xmladd | XMLADD add a pzmodel object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a pzmodel from a pzmodel xml file. |