Mercurial > hg > ltpda
view m-toolbox/html_help/help/ug/class_desc_pzmodel_content.html @ 29:54f14716c721 database-connection-manager
Update Java code
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
<!-- $Id: class_desc_pzmodel_content.html,v 1.15 2011/05/12 19:47:56 ingo Exp $ --> <!-- ================================================== --> <!-- BEGIN CONTENT FILE --> <!-- ================================================== --> <!-- ===== link box: Begin ===== --> <p> <table border="1" width="80%"> <tr> <td> <table border="0" cellpadding="5" class="categorylist" width="100%"> <colgroup> <col width="37%"/> <col width="63%"/> </colgroup> <tbody> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#top_properties">Properties</a> </td> <td>Properties of the class</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#top_methods">Methods</a> </td> <td>All Methods of the class ordered by category.</td> </tr> <tr valign="top"> <td> <a href="constructor_examples_pzmodel.html">Examples</a> </td> <td>Some constructor examples</td> </tr> </tbody> </table> </td> </tr> </table> </p> <!-- ===== link box: End ====== --> <!-- ===== Back to Class descriptions ===== --> <a href="class_desc_main.html"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/> Back to Class descriptions </a> <h2 class="title"><a name="top_properties"/>Properties</h2> <p> The LTPDA toolbox restrict access of the properties.<br></br> The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br> <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre> The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method. <pre class="programlisting"> For example: obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span> obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre> </p> <!-- ===== Properties ===== --> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Properties</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- Property: 'poles' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.poles')">poles</a></p> </td> <td bgcolor="#f3f4f5"> <p>pole-array of the model</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- Property: 'zeros' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.zeros')">zeros</a></p> </td> <td> <p>zero-array of the model</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- Property: 'gain' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.gain')">gain</a></p> </td> <td bgcolor="#f3f4f5"> <p>gain of the model</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- Property: 'delay' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.delay')">delay</a></p> </td> <td> <p>delay of the pole/zero model</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- Property: 'iunits' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.iunits')">iunits</a></p> </td> <td bgcolor="#f3f4f5"> <p>input units of the object</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_tf</p> </td> </tr> <!-- Property: 'ounits' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.ounits')">ounits</a></p> </td> <td> <p>output units of the object</p> </td> <td> <p>ltpda_tf</p> </td> </tr> <!-- Property: 'hist' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.hist')">hist</a></p> </td> <td bgcolor="#f3f4f5"> <p>history of the object (history object)</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- Property: 'procinfo' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.procinfo')">procinfo</a></p> </td> <td> <p>plist with additional information for an object.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- Property: 'plotinfo' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.plotinfo')">plotinfo</a></p> </td> <td bgcolor="#f3f4f5"> <p>plist with the plot information</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- Property: 'name' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.name')">name</a></p> </td> <td> <p>name of the object</p> </td> <td> <p>ltpda_uo</p> </td> </tr> <!-- Property: 'description' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.description')">description</a></p> </td> <td bgcolor="#f3f4f5"> <p>description of the object</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uo</p> </td> </tr> <!-- Property: 'mdlfile' --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel.mdlfile')">mdlfile</a></p> </td> <td> <p>model xml file of the LTPDAworkbench</p> </td> <td> <p>ltpda_uo</p> </td> </tr> <!-- Property: 'UUID' --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel.UUID')">UUID</a></p> </td> <td bgcolor="#f3f4f5"> <p>Universally Unique Identifier of 128-bit</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uo</p> </td> </tr> </tbody> </table> </p> <!-- ===== Top of page ===== --> <a href="#top_of_page"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> Back to Top </a> <h2 class="title"><a name="top_methods"/>Methods</h2> <!-- ===== link box: Begin ===== --> <p> <table border="1" width="80%"> <tr> <td> <table border="0" cellpadding="5" class="subcategorylist" width="100%"> <colgroup> <col width="37%"/> <col width="63%"/> </colgroup> <tbody> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#arithmetic_operator">Arithmetic Operator</a> </td> <td>Arithmetic Operator</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#constructor">Constructor</a> </td> <td>Constructor of this class</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#helper">Helper</a> </td> <td>Helper methods only for internal usage</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#internal">Internal</a> </td> <td>Internal methods only for internal usage</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#operator">Operator</a> </td> <td>Operator methods</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#output">Output</a> </td> <td>Output methods</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#relational_operator">Relational Operator</a> </td> <td>Relational operator methods</td> </tr> <tr valign="top"> <td> <a href="class_desc_pzmodel.html#signal_processing">Signal Processing</a> </td> <td>Signal processing methods</td> </tr> </tbody> </table> </td> </tr> </table> </p> <!-- ===== link box: End ====== --> <!-- ===== Top of page ===== --> <a href="#top_of_page"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> Back to Top </a> <!-- ===== Methods Category: Arithmetic_Operator ===== --> <h3 class="title"><a name="arithmetic_operator"/>Arithmetic Operator</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- pzmodel/mrdivide --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/mrdivide')">mrdivide</a></p> </td> <td bgcolor="#f3f4f5"> <p>MRDIVIDE overloads the division operator for pzmodels.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/mtimes --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/mtimes')">mtimes</a></p> </td> <td> <p>MTIMES overloads the multiplication operator for pzmodels.</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- pzmodel/rdivide --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/rdivide')">rdivide</a></p> </td> <td bgcolor="#f3f4f5"> <p>RDIVIDE overloads the division operator for pzmodels.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/times --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/times')">times</a></p> </td> <td> <p>TIMES overloads the multiplication operator for pzmodels.</p> </td> <td> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Constructor ===== --> <h3 class="title"><a name="constructor"/>Constructor</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_uoh/rebuild --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/rebuild')">rebuild</a></p> </td> <td bgcolor="#f3f4f5"> <p>REBUILD rebuilds the input objects using the history.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- pzmodel/pzmodel --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel')">pzmodel</a></p> </td> <td> <p>PZMODEL constructor for pzmodel class.</p> </td> <td> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Helper ===== --> <h3 class="title"><a name="helper"/>Helper</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_obj/get --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/get')">get</a></p> </td> <td bgcolor="#f3f4f5"> <p>GET get a property of a object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_obj</p> </td> </tr> <!-- ltpda_tf/setIunits --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setIunits')">setIunits</a></p> </td> <td> <p>SETIUNITS sets the 'iunits' property a transfer function object.</p> </td> <td> <p>ltpda_tf</p> </td> </tr> <!-- ltpda_tf/setOunits --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/setOunits')">setOunits</a></p> </td> <td bgcolor="#f3f4f5"> <p>SETOUNITS sets the 'ounits' property a transfer function object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_tf</p> </td> </tr> <!-- ltpda_tf/simplifyUnits --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/simplifyUnits')">simplifyUnits</a></p> </td> <td> <p>SIMPLIFYUNITS simplify the input units and/or output units of the object.</p> </td> <td> <p>ltpda_tf</p> </td> </tr> <!-- ltpda_uoh/created --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/created')">created</a></p> </td> <td bgcolor="#f3f4f5"> <p>CREATED Returns a time object of the last modification.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/creator --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/creator')">creator</a></p> </td> <td> <p>CREATOR Extract the creator(s) from the history.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/csvexport --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/csvexport')">csvexport</a></p> </td> <td bgcolor="#f3f4f5"> <p>CSVEXPORT Exports the data of an object to a csv file.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/index --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/index')">index</a></p> </td> <td> <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/requirements --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/requirements')">requirements</a></p> </td> <td bgcolor="#f3f4f5"> <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/setDescription --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setDescription')">setDescription</a></p> </td> <td> <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/setMdlfile --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/setMdlfile')">setMdlfile</a></p> </td> <td bgcolor="#f3f4f5"> <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/setName --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setName')">setName</a></p> </td> <td> <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/setPlotinfo --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/setPlotinfo')">setPlotinfo</a></p> </td> <td bgcolor="#f3f4f5"> <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/setProcinfo --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setProcinfo')">setProcinfo</a></p> </td> <td> <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- pzmodel/setDelay --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/setDelay')">setDelay</a></p> </td> <td bgcolor="#f3f4f5"> <p>SETDELAY sets the 'delay' property of the pzmodel object.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/setGain --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setGain')">setGain</a></p> </td> <td> <p>SETGAIN sets the 'gain' property of the pzmodel object.</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- pzmodel/setPoles --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/setPoles')">setPoles</a></p> </td> <td bgcolor="#f3f4f5"> <p>SETPOLES Set the property 'poles' of a pole/zero model.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/setZeros --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/setZeros')">setZeros</a></p> </td> <td> <p>SETZEROS Set the property 'zeros' of a pole/zero model.</p> </td> <td> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Internal ===== --> <h3 class="title"><a name="internal"/>Internal</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_obj/isprop --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/isprop')">isprop</a></p> </td> <td bgcolor="#f3f4f5"> <p>ISPROP tests if the given field is one of the object properties.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_obj</p> </td> </tr> <!-- ltpda_uo/bsubmit --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/bsubmit')">bsubmit</a></p> </td> <td> <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> </td> <td> <p>ltpda_uo</p> </td> </tr> <!-- ltpda_uo/submit --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/submit')">submit</a></p> </td> <td bgcolor="#f3f4f5"> <p>SUBMIT Submits the given objects to an LTPDA repository</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uo</p> </td> </tr> <!-- ltpda_uo/update --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/update')">update</a></p> </td> <td> <p>UPDATE Updates the given object in an LTPDA repository</p> </td> <td> <p>ltpda_uo</p> </td> </tr> <!-- ltpda_uoh/string --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/string')">string</a></p> </td> <td bgcolor="#f3f4f5"> <p>STRING writes a command string that can be used to recreate the input object(s).</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/type --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/type')">type</a></p> </td> <td> <p>TYPE converts the input objects to MATLAB functions.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- pzmodel/generateConstructorPlist --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/generateConstructorPlist')">generateConstructorPlist</a></p> </td> <td bgcolor="#f3f4f5"> <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/getlowerFreq --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/getlowerFreq')">getlowerFreq</a></p> </td> <td> <p>GETLOWERFREQ gets the frequency of the lowest pole or zero in the model.</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- pzmodel/getupperFreq --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/getupperFreq')">getupperFreq</a></p> </td> <td bgcolor="#f3f4f5"> <p>GETUPPERFREQ gets the frequency of the highest pole or zero in the model.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Operator ===== --> <h3 class="title"><a name="operator"/>Operator</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- pzmodel/tomfir --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/tomfir')">tomfir</a></p> </td> <td bgcolor="#f3f4f5"> <p>TOMFIR approximates a pole/zero model with an FIR filter.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> <!-- pzmodel/tomiir --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/tomiir')">tomiir</a></p> </td> <td> <p>TOMIIR converts a pzmodel to an IIR filter using a bilinear transform.</p> </td> <td> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Output ===== --> <h3 class="title"><a name="output"/>Output</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_uo/save --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/save')">save</a></p> </td> <td bgcolor="#f3f4f5"> <p>SAVE overloads save operator for ltpda objects.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uo</p> </td> </tr> <!-- ltpda_uoh/report --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/report')">report</a></p> </td> <td> <p>REPORT generates an HTML report about the input objects.</p> </td> <td> <p>ltpda_uoh</p> </td> </tr> <!-- ltpda_uoh/viewHistory --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/viewHistory')">viewHistory</a></p> </td> <td bgcolor="#f3f4f5"> <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_uoh</p> </td> </tr> <!-- pzmodel/char --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/char')">char</a></p> </td> <td> <p>CHAR convert a pzmodel object into a string.</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- pzmodel/display --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/display')">display</a></p> </td> <td bgcolor="#f3f4f5"> <p>DISPLAY overloads display functionality for pzmodel objects.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Relational_Operator ===== --> <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_obj/eq --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/eq')">eq</a></p> </td> <td bgcolor="#f3f4f5"> <p>EQ overloads the == operator for ltpda objects.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_obj</p> </td> </tr> <!-- ltpda_obj/ne --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/ne')">ne</a></p> </td> <td> <p>NE overloads the ~= operator for ltpda objects.</p> </td> <td> <p>ltpda_obj</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ===== Methods Category: Signal_Processing ===== --> <h3 class="title"><a name="signal_processing"/>Signal Processing</h3> <p> <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> <colgroup> <col width="15%"/> <col width="73%"/> <col width="12%"/> </colgroup> <thead> <tr valign="top"> <th class="categorylist">Methods</th> <th class="categorylist">Description</th> <th class="categorylist">Defined in class</th> </tr> </thead> <tbody> <!-- ltpda_tf/resp --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/resp')">resp</a></p> </td> <td bgcolor="#f3f4f5"> <p>RESP returns the complex response of a transfer function as an Analysis Object.</p> </td> <td bgcolor="#f3f4f5"> <p>ltpda_tf</p> </td> </tr> <!-- pzmodel/fngen --> <tr valign="top"> <td> <p><a href="matlab:doc('pzmodel/fngen')">fngen</a></p> </td> <td> <p>FNGEN creates an arbitrarily long time-series based on the input pzmodel.</p> </td> <td> <p>pzmodel</p> </td> </tr> <!-- pzmodel/simplify --> <tr valign="top"> <td bgcolor="#f3f4f5"> <p><a href="matlab:doc('pzmodel/simplify')">simplify</a></p> </td> <td bgcolor="#f3f4f5"> <p>SIMPLIFY simplifies pzmodels by cancelling like poles with like zeros.</p> </td> <td bgcolor="#f3f4f5"> <p>pzmodel</p> </td> </tr> </tbody> </table> <!-- ===== Back to Top of Methods ===== --> <a href="#top_methods"> <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> Back to Top of Section </a> </p> <!-- ================================================== --> <!-- END CONTENT FILE --> <!-- ================================================== -->