Categories of the Class MATRIX

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

conj Implements conj operator for matrix objects.
ctranspose Implements conjugate transpose operator for matrix objects.
fft Implements the fft operator for matrix objects.
filter Implements N-dim filter operator for matrix objects.
filtfilt Overrides the filtfilt function for matrices of analysis objects.
fixfs Adjusts the sample frequency of each time-series AO in the matrix.
minus Implements subtraction operator for ltpda model objects.
mtimes Implements mtimes operator for matrix objects.
plus Implements addition operator for matrix objects.
psd Computes the PSD of the time-series in a matrix object.
rdivide Implements division operator for matrix objects.
resample Resamples each time-series AO in the matrix.
split Splits a matrix object into the specified segments.
times Implements multiplication operator for matrix objects.
transpose Implements transpose operator for matrix objects.

Back to Top Back to Top

Constructor

matrix Constructor for matrix 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.
getObjectAtIndex Index into the inner objects of one matrix object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
ncols Returns the number of columns of the inner object array.
nrows Returns the number of rows of the inner object array.
osize Returns the size of the inner object array.
requirements Returns a list of LTPDA extension requirements for a given object.
setDescription Sets the 'description' property of a ltpda_uoh object.
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setObjs Sets the 'objs' property of a matrix object.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh 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.
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

det Evaluates the determinant for matrix object.
fftfilt Fft filter for matrix objects
inv Evaluates the inverse for matrix object.
linearize Output the derivatives of the model relative to the parameters.
lscov Is a wrapper for MATLAB's lscov function.
rotate Applies rotation factor to matrix objects
simplify Each model in the matrix.
spsdSubtraction Makes a sPSD-weighted least-square iterative fit

Back to Top Back to Top

Output

char Convert a matrix object into a string.
display Overloads display functionality for matrix objects.
iplot Calls ao/iplot on all inner ao objects.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
unpack Unpacks the objects in a matrix and sets them to the given output
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

crb Computes the inverse of the Fisher Matrix
dispersion Computes the dispersion function
lincom Make a linear combination of analysis objects
linfitsvd Linear fit with singular value decomposition
linlsqsvd Linear least squares with singular value decomposition
mchNoisegen Generates multichannel noise data series given a model
mchNoisegenFilter Construct a matrix filter from cross-spectral density matrix
mcmc Estimates paramters using a Monte Carlo Markov Chain.
modelselect %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
tdfit Fit a MATRIX of transfer function SMODELs to a matrix of input and output signals.

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