LTPDA Toolbox™ | contents | ![]() ![]() |
|
The LTPDA toolbox restrict access of the properties.
The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).
For example:The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method.
val = obj.prop(2).prop;
For example: obj2 = obj1.setName('my name') % This command creates a copy of obj1 (obj1 ~= obj2) obj.setName('my name'); % This command applies to obj
Properties | Description | Defining Class |
---|---|---|
objs | objects in matrix | matrix |
hist | history of the object (history object) | ltpda_uoh |
procinfo | plist with additional information for an object. | ltpda_uoh |
plotinfo | plist with the plot information | ltpda_uoh |
name | name of the object | ltpda_uo |
description | description of the object | ltpda_uo |
mdlfile | model xml file of the LTPDAworkbench | ltpda_uo |
UUID | Universally Unique Identifier of 128-bit | ltpda_uo |
|
Methods | Description | Defining Class |
---|---|---|
conj | Implements conj operator for matrix objects. | matrix |
ctranspose | Implements conjugate transpose operator for matrix objects. | matrix |
fft | Implements the fft operator for matrix objects. | matrix |
filter | Implements N-dim filter operator for matrix objects. | matrix |
filtfilt | Overrides the filtfilt function for matrices of analysis objects. | matrix |
fixfs | Adjusts the sample frequency of each time-series AO in the matrix. | matrix |
minus | Implements subtraction operator for ltpda model objects. | matrix |
mtimes | Implements mtimes operator for matrix objects. | matrix |
plus | Implements addition operator for matrix objects. | matrix |
psd | Computes the PSD of the time-series in a matrix object. | matrix |
rdivide | Implements division operator for matrix objects. | matrix |
resample | Resamples each time-series AO in the matrix. | matrix |
split | Splits a matrix object into the specified segments. | matrix |
times | Implements multiplication operator for matrix objects. | matrix |
transpose | Implements transpose operator for matrix objects. | matrix |
Methods | Description | Defining Class |
---|---|---|
rebuild | Rebuilds the input objects using the history. | ltpda_uoh |
matrix | Constructor for matrix class. | matrix |
Methods | Description | Defining Class |
---|---|---|
get | Get a property of a object. | ltpda_obj |
setDescription | Sets the 'description' property of a ltpda_uoh object. | ltpda_uo |
setMdlfile | Sets the 'mdlfile' property of a ltpda_uoh object. | ltpda_uo |
setName | Sets the property 'name' of an ltpda_uoh object. | ltpda_uo |
created | Returns a time object of the last modification. | ltpda_uoh |
creator | Extract the creator(s) from the history. | ltpda_uoh |
csvexport | Exports the data of an object to a csv file. | ltpda_uoh |
index | Index into a 'ltpda_uoh' object array or matrix. This properly captures the history. | ltpda_uoh |
requirements | Returns a list of LTPDA extension requirements for a given object. | ltpda_uoh |
setPlotinfo | Sets the 'plotinfo' property of a ltpda_uoh object. | ltpda_uoh |
setProcinfo | Sets the 'procinfo' property of a ltpda_uoh object. | ltpda_uoh |
getObjectAtIndex | Index into the inner objects of one matrix object. | matrix |
ncols | Returns the number of columns of the inner object array. | matrix |
nrows | Returns the number of rows of the inner object array. | matrix |
osize | Returns the size of the inner object array. | matrix |
setObjs | Sets the 'objs' property of a matrix object. | matrix |
Methods | Description | Defining Class |
---|---|---|
isprop | Tests if the given field is one of the object properties. | ltpda_obj |
bsubmit | Submits the given collection of objects in binary form to an LTPDA repository | ltpda_uo |
submit | Submits the given objects to an LTPDA repository | ltpda_uo |
update | Updates the given object in an LTPDA repository | ltpda_uo |
string | Writes a command string that can be used to recreate the input object(s). | ltpda_uoh |
type | Converts the input objects to MATLAB functions. | ltpda_uoh |
generateConstructorPlist | Generates a PLIST from the properties which can rebuild the object. | matrix |
Methods | Description | Defining Class |
---|---|---|
det | Evaluates the determinant for matrix object. | matrix |
fftfilt | Fft filter for matrix objects | matrix |
inv | Evaluates the inverse for matrix object. | matrix |
linearize | Output the derivatives of the model relative to the parameters. | matrix |
lscov | Is a wrapper for MATLAB's lscov function. | matrix |
rotate | Applies rotation factor to matrix objects | matrix |
simplify | Each model in the matrix. | matrix |
spsdSubtraction | Makes a sPSD-weighted least-square iterative fit | matrix |
Methods | Description | Defining Class |
---|---|---|
save | Overloads save operator for ltpda objects. | ltpda_uo |
report | Generates an HTML report about the input objects. | ltpda_uoh |
viewHistory | Displays the history of an object as a dot-view or a MATLAB figure. | ltpda_uoh |
char | Convert a matrix object into a string. | matrix |
display | Overloads display functionality for matrix objects. | matrix |
iplot | Calls ao/iplot on all inner ao objects. | matrix |
unpack | Unpacks the objects in a matrix and sets them to the given output | matrix |
Methods | Description | Defining Class |
---|---|---|
eq | Overloads the == operator for ltpda objects. | ltpda_obj |
ne | Overloads the ~= operator for ltpda objects. | ltpda_obj |
Methods | Description | Defining Class |
---|---|---|
crb | Computes the inverse of the Fisher Matrix | matrix |
dispersion | Computes the dispersion function | matrix |
lincom | Make a linear combination of analysis objects | matrix |
linfitsvd | Linear fit with singular value decomposition | matrix |
linlsqsvd | Linear least squares with singular value decomposition | matrix |
mchNoisegen | Generates multichannel noise data series given a model | matrix |
mchNoisegenFilter | Construct a matrix filter from cross-spectral density matrix | matrix |
mcmc | Estimates paramters using a Monte Carlo Markov Chain. | matrix |
modelselect | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | matrix |
tdfit | Fit a MATRIX of transfer function SMODELs to a matrix of input and output signals. | matrix |
![]() |
filterbank Class | mfir Class | ![]() |
©LTP Team