Categories of the Class MIIR

Constructor Summary of all constructor methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
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

Constructor

miir IIR filter object class constructor.
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.
redesign Redesign the input filter to work for the given sample rate.
requirements Returns a list of LTPDA extension requirements for a given object.
search Select objects that match the given name.
setA Set the property 'a'
setB Set the property 'b'
setDescription Sets the 'description' property of a ltpda_uoh object.
setHistin Set the property 'histin'
setHistout Sets the 'histout' property of the filter object.
setIunits Sets the 'iunits' property a transfer function object.
setName Sets the property 'name' of an ltpda_uoh object.
setOunits Sets the 'ounits' property a transfer function object.
setPlotAxes Sets the 'axes' property of a the object's plotinfo.
setPlotColor Sets the color of a the object's plotinfo.
setPlotFigure Sets the 'figure' property of a the object's plotinfo.
setPlotFillmarker Defines if the plot function fill the marker or not.
setPlotLineStyle Sets the linestyle of a the object's plotinfo.
setPlotLinewidth Sets the linewidth of a the object's plotinfo.
setPlotMarker Sets the marker of a the object's plotinfo.
setPlotMarkerEdgeColor Sets the color of a the object's marker edge.
setPlotMarkerFaceColor Sets the color of a the object's marker face.
setPlotMarkersize Sets the markersize of a the object's plotinfo.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setPlottingStyle Sets the style property of a the object's plotinfo.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh object.
setShowsErrors Sets the 'showErrors' property of a the object's plotinfo.
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.
isprop Tests if the given field is one of the object properties.
plot The transfer function objects on the given axes.
string Writes a command string that can be used to recreate the input object(s).
submit Submits the given collection of 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

Output

char Convert a miir object into a string.
conj Overloads conjugate functionality for ltpda_filter objects.
display Overloads display functionality for miir 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

isequal Overloads the isequal operator for ltpda objects.

Back to Top Back to Top

Signal Processing

impresp Make an impulse response of the filter.
resp Returns the complex response of a transfer function as an Analysis Object.

Back to Top Back to Top

Static

SETS (No help available)
bandpass (No help available)
bandreject (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
highpass (No help available)
initObjectWithSize (No help available)
lowpass (No help available)
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team