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. |
aosplit | SPLIT an analysis object into the specified segments. |
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 the m file being executes to the analysis object. |
attachmdl | ATTACHMDL attach an mdl file to the analysis object. |
cat | CAT concatonate AOs into a vector. |
char | CHAR overloads char() function for analysis objects. |
complex | COMPLEX overloads the complex operator for Analysis objects. |
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. |
decimate | DECIMATE AOs containing time-series data. |
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. |
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. |
fft | FFT overloads the fft operator for Analysis objects. |
filter | FILTER overides the filter function for analysis objects. |
filtfilt | FILTFILT overides 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. |
getAOdata | GETAODATA get data from AO |
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 | PLOT plots an array of analysis objects. |
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. |
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 concatonate 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 plots an array 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. |
simple_plot | PLOT a simple plot of analysis objects. |
sin | SIN overloads the sin operator for Analysis objects. Sine of argument in radians. |
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). |
submit | SUBMIT AO(s) to the MySQL server. |
submit_fastinsert | SUBMIT AO(s) to the MySQL server. |
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. |
tag | TAG tag each input AO with a proper ID number. |
tan | TAN overloads the tan operator for Analysis objects. Tangent of argument in radians. |
testAO | TESTAO checks that an analysis object has the correct class fields. |
times | TIMES overloads .* operator for analysis objects. |
transpose | TRANSPOSE overloads the .' operator for Analysis Objects. |
var | VAR overloads the var operator for Analysis objects. Compute the variance. |
xml | XML convert an analysis object to an DOM XML object. |
xmladd | XMLADD add an analysis object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a ao from a ao xml file. |