Categories of the Class MATRIX

Arithmetic Operator Summary of all arithmetic operator methods
Constructor Summary of all constructor methods
Converter Summary of all converter 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

ctranspose Implements conjugate transpose operator for matrix objects.
filter Implements N-dim filter operator for matrix objects.
filtfilt Overrides the filtfilt function for matrices of analysis objects.
minus Implements subtraction operator for ltpda model objects.
mtimes Implements mtimes operator for matrix objects.
plus Implements addition operator for matrix objects.
power TIMES implements multiplication operator for matrix objects.
rdivide Implements division operator for matrix objects.
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

Converter

double - converts a matrix of objects into matrix of numbers

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.
osize Returns the size of the inner object array.
requirements Returns a list of LTPDA extension requirements for a given object.
search Selects objects inside the collection/matrix object that match the given name.
setDescription Sets the 'description' 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.
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.

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 matrix 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

Operator

conj Implements conj operator for ltpda_container objects.
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

isequal Overloads the isequal operator for ltpda objects.

Back to Top Back to Top

Signal Processing

abs Overloads the Absolute value method for analysis objects in a ltpda_container object.
cohere Estimates the coherence between elements of the vector.
consolidate Resamples all input AOs in a ltpda_container object onto the same time grid.
cpsd Estimates the cross-spectral density between elements of the vector.
crb Computes the inverse of the Fisher Matrix
detrend Detrends the analysis objects in a ltpda_container object using a polynomial of degree N.
diff Differentiates the data in a ltpda_container object.
dispersion Computes the dispersion function
dispersionLoop Computes the dispersion function
downsample Downsamples each time-series AO in the ltpda_container.
dsmean Resamples each time-series AO in the ltpda_container.
fft Implements the fft operator for ltpda_container objects.
fixfs Adjusts the sample frequency of each time-series AO in the ltpda_container.
heterodyne Heterodynes time-series in a ltpda_container object.
interp Interpolate the values of each AO in the ltpda_container at new values.
interpmissing Interpolate missing samples of each time-series AO in the ltpda_container.
lcohere Estimates the coherence between elements of the vector using
lcpsd Estimates the coherence between elements of the vector using a
lincom Make a linear combination of analysis objects
linfitsvd Linear fit with singular value decomposition
linlsqsvd Linear least squares with singular value decomposition
loglikelihood LOGLIKELIHOOD: Compute log-likelihood for MATRIX objects
lpsd Computes the log-scale PSD of the time-series AOs in a ltpda_container object.
ltfe Estimates the transfer function between elements of the vector using
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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
polyfit Overloads polyfit() function of MATLAB for ltpda_container objects.
psd Computes the PSD of the time-series in a ltpda_container object.
removeVal Removes values from each AO in the ltpda_container.
resample Resamples each time-series AO in the ltpda_container.
split Splits a ltpda_container object into the specified segments.
sqrt Computes the sqrt of each object in the ltpda_container.
tdfit Fit a MATRIX of transfer function SMODELs to a matrix of input and output signals.
tfe Estimates the transfer functions between elements of the vector.
timeaverage Averages time series intervals in a ltpda_container object.
uminus Overloads the uminus operator for all AOs in the ltpda_container.

Back to Top Back to Top

Static

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

Back to Top Back to Top


©LTP Team