Contents | %%%%%%%%%%%%%%%%%%% class: ao %%%%%%%%%%%%%%%%%%%% |
abs | ABS overloads the Absolute value operator for Analysis objects. |
acos | ACOS overloads the acos operator for Analysis objects. Inverse cosine result in radians. |
ao | AO analysis object class constructor. |
ao2m | AO2M converts an analysis object to an '.m' file based on the history contained in the analysis object. |
asin | ASIN overloads the asin operator for Analysis objects. Inverse sine result in radians. |
atan | ATAN overloads the atan operator for Analysis objects. Inverse tangent result in radians. |
attachm | ATTACHM attach an m file to the analysis object. |
attachmdl | ATTACHMDL attach an mdl file to the analysis object. |
cat | CAT concatenate AOs into a vector. |
char | CHAR overloads char() function for analysis objects. |
complex | COMPLEX overloads the complex operator for Analysis objects. |
compute | COMPUTE performs the given operations on the input AOs. |
conj | CONJ overloads the conjugate operator for Analysis objects. |
cos | COS overloads the cos operator for Analysis objects. Cosine of argument in radians. |
ctranspose | CTRANSPOSE overloads the ' operator for Analysis Objects. |
demux | DEMUX splits the input vector of AOs into a number of output AOs. |
det | DET overloads the determinant function for Analysis objects. |
diag | DIAG overloads the diagonal operator for Analysis Objects. |
display | DISPLAY implement terminal display for analysis object. |
downsample | DOWNSAMPLE AOs containing time-series data. |
eig | EIG overloads the determinant function for Analysis objects. |
eq | EQ overloads the == operator for analysis objects. |
exp | EXP overloads the exp operator for Analysis objects. Exponential. |
export | EXPORT export an analysis object to a text file. |
extractm | EXTRACTM extracts an m-file from an analysis object and saves it to |
extractmdl | EXTRACTMDL extracts an mdl file from an analysis object and saves it to |
fft | FFT overloads the fft operator for Analysis objects. |
filter | FILTER overrides the filter function for analysis objects. |
filtfilt | FILTFILT overrides the filtfilt function for analysis objects. |
find | FIND particular samples that satisfy the input query and return a new AO. |
ge | GE overloads >= operator for analysis objects. Compare the y-axis values. |
get | GET get ao properties. |
gt | GT overloads > operator for analysis objects. Compare the y-axis values. |
hist | HIST overloads the histogram function (hist) of MATLAB for Analysis Objects. |
imag | IMAG overloads the imaginary operator for Analysis objects. |
index | INDEX index into an AO array or matrix. This properly captures the history. |
interp | INTERP interpolate the values in the input AO(s) at new values specified by the input parameter list. |
inv | INV overloads the inverse function for Analysis Objects. |
iplot | IPLOT provides an intelligent plotting tool for LTPDA. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given ao has all the correct fields of the correct type. |
join | JOIN multiple AOs into a single AO. |
le | LE overloads <= operator for analysis objects. Compare the y-axis values. |
len | LEN overloads the length operator for Analysis objects. Length of the data samples. |
ln | LN overloads the log operator for Analysis objects. Natural logarithm. |
log | LOG overloads the log operator for Analysis objects. Natural logarithm. |
log10 | LOG10 overloads the log10 operator for Analysis objects. Common (base 10) logarithm. |
lt | LT overloads < operator for analysis objects. Compare the y-axis values. |
md5 | MD5 computes an MD5 checksum from an analysis objects. |
mean | MEAN overloads the mean operator for Analysis objects. Compute the mean value. |
median | MEDIAN overloads the median operator for Analysis objects. Compute the median value. |
minus | MINUS overloads - operator for analysis objects. |
mpower | MPOWER implements power operator for analysis objects. |
mrdivide | MRDIVIDE overloads / operator for analysis objects. |
mtimes | MTIMES overloads * operator for analysis objects. |
mux | MUX concatenate AOs into a vector. |
ne | NE overloads the ~= operator for analysis objects. |
norm | NORM overloads the norm operator for Analysis Objects. |
phase | PHASE overloads the ltpda_phase operator for Analysis objects. |
plot | PLOT a simple plot of analysis objects. |
plus | PLUS implements addition operator for two analysis objects. |
polyfit | POLYFIT overloads polyfit() function of MATLAB for Analysis Objects. |
power | POWER implements power operator for analysis objects. |
rdivide | RDIVIDE overloads ./ operator for analysis objects. |
real | REAL overloads the real operator for Analysis objects. |
resample | RESAMPLE overloads resample function for AOs. |
save | SAVE overloads save operator for analysis objects. |
select | SELECT select particular samples from the input AOs and return new AOs with only those samples. |
set | SET set an analysis object property. |
setnh | SET set an analysis object property without recording the history. |
sin | SIN overloads the sin operator for Analysis objects. Sine of argument in radians. |
smoother | SMOOTHER smooths a given series of data points using the specified method. |
spectrogram | SPECTROGRAM computes a spectrogram of the given ao/tsdata. |
split | SPLIT split an analysis object into the specified segments. |
sqrt | SQRT overloads the sqrt operator for Analysis objects. Square root. |
stairs | STAIRS overloads the stairs function for Analysis Objects. |
std | STD overloads the std operator for Analysis objects. Compute the standard deviation. |
string | STRING writes a command string that can be used to recreate the input Analysis object(s). |
subsasgn | SUBSASGN define index assignment for analysis object properties. |
subsref | SUBSREF Define field name indexing for analysis objects. |
sum | SUM overloads the sum operator for Analysis objects. Compute the sum value. |
svd | SVD overloads the determinant function for Analysis objects. |
tan | TAN overloads the tan operator for Analysis objects. Tangent of argument in radians. |
times | TIMES overloads .* operator for analysis objects. |
timeshift | TIMESHIFT for AO/tsdata objects, shifts the time axis such that x(1) = 0. |
transpose | TRANSPOSE overloads the .' operator for Analysis Objects. |
upsample | UPSAMPLE overloads upsample function for AOs. |
validate | VALIDATE checks that the input Analysis Object is reproducible and valid. |
var | VAR overloads the var operator for Analysis objects. Compute the variance. |