%%%%%%%%%%%%%%%%%%% class: pzmodel %%%%%%%%%%%%%%%%%%%% <a href="matlab:help pzmodel/char">pzmodel/char</a> - convert a pole object into a string. <a href="matlab:help pzmodel/display">pzmodel/display</a> - overloads display functionality for pzmodel objects. <a href="matlab:help pzmodel/eq">pzmodel/eq</a> - overloads the == operator for pzmodel objects. <a href="matlab:help pzmodel/get">pzmodel/get</a> - get a pole/zero model property. <a href="matlab:help pzmodel/getlowerFreq">pzmodel/getlowerFreq</a> - gets the frequency of the lowest pole or zero in the model. <a href="matlab:help pzmodel/getupperFreq">pzmodel/getupperFreq</a> - gets the frequency of the highest pole or zero in the model. <a href="matlab:help pzmodel/isfield">pzmodel/isfield</a> - tests if the given field is one of the object properties. <a href="matlab:help pzmodel/ne">pzmodel/ne</a> - overloads the ~= operator for pzmodel objects. <a href="matlab:help pzmodel/pzmodel">pzmodel/pzmodel</a> - constructor for pzmodel class. <a href="matlab:help pzmodel/resp">pzmodel/resp</a> - returns the complex response of a pzmodel as an Analysis Object. <a href="matlab:help pzmodel/save">pzmodel/save</a> - a pzmodel object to file. <a href="matlab:help pzmodel/set">pzmodel/set</a> - sets a pole/zero model property. <a href="matlab:help pzmodel/string">pzmodel/string</a> - writes a command string that can be used to recreate the input pzmodel object. <a href="matlab:help pzmodel/subsref">pzmodel/subsref</a> - Define field name indexing for pole/zero model objects. <a href="matlab:help pzmodel/tomfir">pzmodel/tomfir</a> - approximates a pole/zero model with an FIR filter. <a href="matlab:help pzmodel/tomiir">pzmodel/tomiir</a> - converts a pzmodel to an IIR filter using a bilinear transform. <a href="matlab:help pzmodel/xml">pzmodel/xml</a> - convert a pzmodel object to an DOM XML object. <a href="matlab:help pzmodel/xmladd">pzmodel/xmladd</a> - add a pzmodel object to the given node of the input XML DOM <a href="matlab:help pzmodel/xmlparse">pzmodel/xmlparse</a> - creates a pzmodel from a pzmodel xml file.