|
|
Properties | Description |
---|---|
name |
Name of the analysis object (AO) |
description |
A human-readable/-created description of this AO |
Properties | Description |
---|---|
data |
Data object associated with this AO |
hist |
History object associated with this AO |
provenance |
Provenance object associated with this AO |
mfile |
Full text representation of the m-file that created this AO |
mfilename |
The filename of the m-file that created this AO |
mdlfile |
Full text representation of the mdl-file that created this AO |
mdlfilename |
The filename of the mdl-file that created this AO |
plist |
The parameter list object which creates the first version of this AO |
version |
CVS version string of the constructor |
created |
Time object which stores the creation time of the AO |
|
Methods | Description |
---|---|
AO analysis object class constructor. |
Methods | Description |
---|---|
ATTACHM attach an m file to the analysis object. |
|
ATTACHMDL attach an mdl file to the analysis object. |
|
CAT concatenate AOs into a vector. |
|
DEMUX splits the input vector of AOs into a number of output AOs. |
|
FIND particular samples that satisfy the input query and return a new AO. |
|
GET get ao properties. |
|
INDEX index into an AO array or matrix. This properly captures the history. |
|
No description |
|
ISVALID tests if the given ao has all the correct fields of the correct type. |
|
LEN overloads the length operator for Analysis objects. Length of the data samples. |
|
MD5 computes an MD5 checksum from an analysis objects. |
|
MUX concatenate AOs into a vector. |
|
SET set an analysis object property. |
|
SET set an analysis object property without recording the history. |
|
STRING writes a command string that can be used to recreate the input Analysis object(s). |
|
TIMESHIFT for AO/tsdata objects, shifts the time axis such that x(1) = 0. |
|
VALIDATE checks that the input Analysis Object is reproducible and valid. |
Methods | Description |
---|---|
SUBSASGN define index assignment for analysis object properties. |
|
SUBSREF Define field name indexing for analysis objects. |
Methods | Description |
---|---|
ABS overloads the Absolute value operator for Analysis objects. |
|
COMPLEX overloads the complex operator for Analysis objects. |
|
CONJ overloads the conjugate operator for Analysis objects. |
|
CTRANSPOSE overloads the ' operator for Analysis Objects. |
|
DET overloads the determinant function for Analysis objects. |
|
DIAG overloads the diagonal operator for Analysis Objects. |
|
EIG overloads the determinant function for Analysis objects. |
|
EXP overloads the exp operator for Analysis objects. Exponential. |
|
IMAG overloads the imaginary operator for Analysis objects. |
|
INV overloads the inverse function for Analysis Objects. |
|
LN overloads the log operator for Analysis objects. Natural logarithm. |
|
LOG overloads the log operator for Analysis objects. Natural logarithm. |
|
LOG10 overloads the log10 operator for Analysis objects. Common (base 10) logarithm. |
|
MEAN overloads the mean operator for Analysis objects. Compute the mean value. |
|
MEDIAN overloads the median operator for Analysis objects. Compute the median value. |
|
NORM overloads the norm operator for Analysis Objects. |
|
PHASE overloads the ltpda_phase operator for Analysis objects. |
|
REAL overloads the real operator for Analysis objects. |
|
SQRT overloads the sqrt operator for Analysis objects. Square root. |
|
STD overloads the std operator for Analysis objects. Compute the standard deviation. |
|
SUM overloads the sum operator for Analysis objects. Compute the sum value. |
|
SVD overloads the determinant function for Analysis objects. |
|
TRANSPOSE overloads the .' operator for Analysis Objects. |
|
VAR overloads the var operator for Analysis objects. Compute the variance. |
Methods | Description |
---|---|
AO2M converts an analysis object to an '.m' file based on the history contained in the analysis object. |
|
CHAR overloads char() function for analysis objects. |
|
DISPLAY implement terminal display for analysis object. |
|
EXPORT export an analysis object to a text file. |
|
EXTRACTM extracts an m-file from an analysis object and saves it to |
|
EXTRACTMDL extracts an mdl file from an analysis object and saves it to |
|
IPLOT provides an intelligent plotting tool for LTPDA. |
|
PLOT a simple plot of analysis objects. |
|
SAVE overloads save operator for analysis objects. |
|
STAIRS overloads the stairs function for Analysis Objects. |
Methods | Description |
---|---|
ACOS overloads the acos operator for Analysis objects. Inverse cosine result in radians. |
|
ASIN overloads the asin operator for Analysis objects. Inverse sine result in radians. |
|
ATAN overloads the atan operator for Analysis objects. Inverse tangent result in radians. |
|
COS overloads the cos operator for Analysis objects. Cosine of argument in radians. |
|
SIN overloads the sin operator for Analysis objects. Sine of argument in radians. |
|
TAN overloads the tan operator for Analysis objects. Tangent of argument in radians. |