Categories of the Class PZMODEL

Arithmetic Operator Summary of all arithmetic operator methods
Constructor Summary of all constructor methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
Operator Summary of all operator methods
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Signal Processing Summary of all signal processing methods
Static Summary of all static methods

Arithmetic Operator

mrdivide Overloads the division operator for pzmodels.
mtimes Overloads the multiplication operator for pzmodels.
rdivide Overloads the division operator for pzmodels.
times Overloads the multiplication operator for pzmodels.

Back to Top Back to Top

Constructor

pzmodel Constructor for pzmodel class.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Helper

created Returns a time object of the last modification.
creator Extract the creator(s) from the history.
csvexport Exports the data of an object to a csv file.
get Get a property of a object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
requirements Returns a list of LTPDA extension requirements for a given object.
setDelay Sets the 'delay' property of the pzmodel object.
setDescription Sets the 'description' property of a ltpda_uoh object.
setGain Sets the 'gain' property of the pzmodel object.
setIunits Sets the 'iunits' property a transfer function object.
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setOunits Sets the 'ounits' property a transfer function object.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setPoles Set the property 'poles' of a pole/zero model.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh object.
setZeros Set the property 'zeros' of a pole/zero model.
simplifyUnits Simplify the input units and/or output units of the object.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
getlowerFreq Gets the frequency of the lowest pole or zero in the model.
getupperFreq Gets the frequency of the highest pole or zero in the model.
isprop Tests if the given field is one of the object properties.
string Writes a command string that can be used to recreate the input object(s).
submit Submits the given objects to an LTPDA repository
type Converts the input objects to MATLAB functions.
update Updates the given object in an LTPDA repository

Back to Top Back to Top

Operator

tomfir Approximates a pole/zero model with an FIR filter.
tomiir Converts a pzmodel to an IIR filter using a bilinear transform.

Back to Top Back to Top

Output

char Convert a pzmodel object into a string.
display Overloads display functionality for pzmodel objects.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
viewHistory Displays the history of an object as a dot-view or a MATLAB figure.

Back to Top Back to Top

Relational Operator

eq Overloads the == operator for ltpda objects.
ne Overloads the ~= operator for ltpda objects.

Back to Top Back to Top

Signal Processing

fngen Creates an arbitrarily long time-series based on the input pzmodel.
resp Returns the complex response of a transfer function as an Analysis Object.
simplify Simplifies pzmodels by cancelling like poles with like zeros.

Back to Top Back to Top

Static

SETS (No help available)
VEROUT (No help available)
buildplist (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
initObjectWithSize (No help available)
load Loads LTPDA objects from a file
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team