Categories of the Class AO

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
Trigonometry Summary of all trigonometry methods

Arithmetic Operator

and (&) overloads the and (&) method for analysis objects.
eq Overloads == operator for analysis objects. Compare the y-axis values.
ge Overloads >= operator for analysis objects. Compare the y-axis values.
gt Overloads > operator for analysis objects. Compare the y-axis values.
le Overloads <= operator for analysis objects. Compare the y-axis values.
lt Overloads < operator for analysis objects. Compare the y-axis values.
minus Implements subtraction operator for analysis objects.
mpower Implements mpower operator for analysis objects.
mrdivide Implements mrdivide operator for analysis objects.
mtimes Implements mtimes operator for analysis objects.
ne Overloads ~= operator for analysis objects. Compare the y-axis values.
or (|) overloads the or (|) method for Analysis objects.
plus Implements addition operator for analysis objects.
power Implements power operator for analysis objects.
rdivide Implements division operator for analysis objects.
times Implements multiplication operator for analysis objects.

Back to Top Back to Top

Constructor

ao Analysis object class constructor.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Converter

double Overloads double() function for analysis objects.
logical Overloads logical() function for analysis objects.

Back to Top Back to Top

Helper

convert Perform various conversions on the ao.
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.
demux Splits the input vector of AOs into a number of output AOs.
dx Get the data property 'dx'.
dy Get the data property 'dy'.
dz DX Get the data property 'dz'.
find Particular samples that satisfy the input query and return a new AO.
fromProcinfo Returns for a given key-name the value of the procinfo-plist
fs Get the data property 'fs'.
get Get a property of a object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
join Multiple AOs into a single AO.
len Overloads the length operator for Analysis objects. Length of the data samples.
nsecs Get the data property 'nsecs'.
requirements Returns a list of LTPDA extension requirements for a given object.
scatter3D Creates from the y-values of the input AOs a new AO with a xyz-data object
scatterData Creates from the y-values of two input AOs an new AO(xydata)
search Selects AOs that match the given name.
setDescription Sets the 'description' property of a ltpda_uoh object.
setDx Sets the 'dx' property of the ao.
setDy Sets the 'dy' property of the ao.
setDz Sets the 'dz' property of the ao.
setFs Sets the 'fs' property of the ao.
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh 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.
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.
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.
setReferenceTime Sets the t0 to the new value but doesn't move the data in time
setShowsErrors Sets the 'showErrors' property of a the object's plotinfo.
setT0 Sets the 't0' property of the ao.
setToffset Sets the 'toffset' property of the ao with tsdata
setX Sets the 'x' property of the ao.
setXY Sets the 'x' and 'y' properties of the ao.
setXaxisName Sets the x-axis name of the ao.
setXunits Sets the 'xunits' property of the ao.
setY Sets the 'y' property of the ao.
setYaxisName Sets the y-axis name of the ao.
setYunits Sets the 'yunits' property of the ao.
setZ Sets the 'z' property of the ao.
setZaxisName Sets the z-axis name of the ao.
setZunits Sets the 'zunits' property of the ao.
simplifyYunits Simplify the 'yunits' property of the ao.
t0 Get the data property 't0'.
timeshift For AO/tsdata objects, shifts data in time by the specified value in seconds.
toffset Get the data property 'toffset'.
validate Checks that the input Analysis Object is reproducible and valid.
x Get the data property 'x'.
xaxisname Get the x axis name of the underlying data object.
xunits Get the data property 'xunits'.
y Get the data property 'y'.
yaxisname Get the y axis name of the underlying data object.
yunits Get the data property 'yunits'.
z Get the data property 'z'.
zaxisname Get the z axis name of the underlying data object.
zunits Get the data property 'zunits'.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
char Overloads char() function for analysis objects.
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
isprop Tests if the given field is one of the object properties.
md5 Computes an MD5 checksum from an analysis objects.
plot The analysis 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

abs Overloads the Absolute value method for analysis objects.
all Overloads the all operator for analysis objects. True if all elements
angle Overloads the angle operator for analysis objects.
any Overloads the any operator for analysis objects. True if any element
ao2numMatrices AO2NUMMATRICES.m
bilinfit Is a linear fitting tool
cat Concatenate AOs into a row vector.
complex Overloads the complex operator for Analysis objects.
conj Overloads the conjugate operator for analysis objects.
ctranspose Overloads the ' operator for Analysis Objects.
cumsum Overloads the cumsum operator for analysis objects.
det Overloads the determinant function for analysis objects.
diag Overloads the diagonal operator for analysis objects.
eig Overloads the eigenvalues/eigenvectors function for analysis objects.
exp Overloads the exp operator for analysis objects. Exponential.
hypot Overloads robust computation of the square root of the sum of squares for AOs.
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.
max Computes the maximum value of the data in the AO
mean Computes the mean value of the data in the AO.
median Computes the median value of the data in the AO.
min Computes the minimum value of the data in the AO
mode Computes the modal value of the data in the AO.
norm Overloads the norm operator for analysis objects.
offset Adds an offset to the data in the AO.
phase Is the phase operator for analysis objects.
quasiSweptSine QUASISWEPTSING computes a transfer function from swept-sine measurements
real Overloads the real operator for analysis objects.
rotate Applies rotation factor to AOs
round Overloads the Round method for analysis objects.
scale Scales the data in the AO by the specified factor.
sign Overloads the sign operator for analysis objects.
sort The values in the AO.
spsdSubtraction Makes a sPSD-weighted least-square iterative fit
sqrt Computes the square root of the data in the AO.
std Computes the standard deviation of the data in the AO.
sum Computes the sum of the data in the AO.
sumjoin Sums time-series signals togther
svd Overloads the svd (singular value decomposition) function for analysis objects.
transpose Overloads the .' operator for Analysis Objects.
uminus Overloads the uminus operator for analysis objects.
unwrap Overloads the unwrap operator for analysis objects.
var Computes the variance of the data in the AO.

Back to Top Back to Top

Output

display Implement terminal display for analysis object.
export Export the data of an analysis object to a text file.
gnuplot A gnuplot interface for AOs.
iplot Provides an intelligent plotting tool for LTPDA.
iplotyy Provides an intelligent plotting tool for LTPDA.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
table Display the data from the AO in a table.
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

average Averages aos point-by-point
bandpass AOs containing time-series data.
bandreject AOs containing time-series data.
bicohere Computes the bicoherence of two input time-series
bin_data Rebins aos data, on logarithmic scale, linear scale, or arbitrarly chosen.
buildWhitener1D Builds a whitening filter based on the input frequency-series.
cdfplot Makes cumulative distribution plot
cgfill Fills specified gaps in the data given an inital guess for the spectrum.
cohere Estimates the coherence between time-series objects
compute Performs the given operations on the input AOs.
confint Calculates confidence levels and variance for psd, lpsd, cohere, lcohere and curvefit parameters
consolidate Resamples all input AOs onto the same time grid.
conv Vector convolution.
corr Estimate linear correlation coefficients.
cov Estimate covariance of data streams.
cpsd Estimates the cross-spectral density between time-series objects
crb Computes the inverse of the Fisher Matrix
crbound Computes the inverse of the Fisher Matrix
delay Delays a time-series using various methods.
delayEstimate Estimates the delay between two AOs
detrend Detrends the input analysis object using a polynomial of degree N.
dft Computes the DFT of the input time-series at the requested frequencies.
diff Differentiates the data in AO.
dispersionLoop Computes the dispersion function
downsample AOs containing time-series data.
dropduplicates Drops all duplicate samples in time-series AOs.
dsmean Performs a simple downsampling by taking the mean of every N samples.
ecdf Calculate empirical cumulative distribution function
eqmotion Solves numerically a given linear equation of motion
evaluateModel Evaluate a curvefit model.
fft Overloads the fft method for Analysis objects.
fftfilt Overrides the fft filter function for analysis objects.
filtSubtract Subtracts a frequency dependent noise contribution from an input ao.
filter Overrides the filter function for analysis objects.
filtfilt Overrides the filtfilt function for analysis objects.
firwhiten Whitens the input time-series by building an FIR whitening filter.
fixfs Resamples the input time-series to have a fixed sample rate.
fngen Creates an arbitrarily long time-series based on the input PSD.
gapfilling Fills possible gaps in data.
gapfillingoptim Fills possible gaps in data.
getAbsTimeRange Returns a timespan object which span the absolute time range of an AO
getKSCValPSD Provides critical value for KStest on the PSD
getdof Calculates degrees of freedom for psd, lpsd, cohere and lcohere
heterodyne Heterodynes time-series.
highpass AOs containing time-series data.
hist Overloads the histogram function (hist) of MATLAB for Analysis Objects.
iacf Computes the inverse auto-correlation function from a spectrum.
ifft Overloads the ifft operator for Analysis objects.
integrate Integrates the data in AO.
interp Interpolate the values in the input AO(s) at new values.
interpmissing Interpolate missing samples in a time-series.
intersect Overloads the intersect operator for Analysis objects.
kstest Perform KS test on input AOs
lcohere Implement magnitude-squadred coherence estimation on a log frequency axis.
lcpsd Implement cross-power-spectral density estimation on a log frequency axis.
linSubtract Subtracts a linear contribution from an input ao.
lincom Make a linear combination of analysis objects
linedetect Find spectral lines in the ao/fsdata objects.
linfit Is a linear fitting tool
linlsqsvd Linear least squares with singular value decomposition
lisovfit Uses LISO to fit a pole/zero model to the input frequency-series.
lowpass AOs containing time-series data.
lpsd Implements the LPSD algorithm for analysis objects.
lscov Is a wrapper for MATLAB's lscov function.
ltfe Implements transfer function estimation computed on a log frequency axis.
map3D Maps the input 1 or 2D AOs on to a 3D AO
mcmc Estimates paramters using a Monte Carlo Markov Chain.
mcmc_td Estimates paramters using a Monte Carlo Markov Chain.
mhsample The Metropolis - Hastings algorithm
modelSelect %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
mve MVE: Minimum Volume Ellipsoid estimator
noisegen1D Generates colored noise from white noise.
noisegen2D Generates cross correleted colored noise from white noise.
normdist Computes the equivalent normal distribution for the data.
overlap This method cuts out the the overlapping data of the input AOs.
polyfit Overloads polyfit() function of MATLAB for Analysis Objects.
polynomfit Is a polynomial fitting tool
powerFit Fits a piecewise powerlaw to the given data.
ppsd Ppsd.m
preprocessDataForMCMC PreprocessDataForMCMC.
psd Makes power spectral density estimates of the time-series objects
psdconf Calculates confidence levels and variance for psd
qqplot QQFPLOT makes quantile-quantile plot
removeVal Removes values from the input AO(s).
resample Overloads resample function for AOs.
rjsample %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
rms Calculate RMS deviation from spectrum
sDomainFit Performs a fitting loop to identify model order and
select Select particular samples from the input AOs and return new AOs with only those samples.
simplex Multidimensional unconstrained nonlinear minimization (Nelder-Mead)
sineParams Estimates parameters of sinusoids
smoother Smooths a given series of data points using the specified method.
spcorr Calculate Spearman Rank-Order Correlation Coefficient
spectrogram Computes a spectrogram of the given ao/tsdata.
spikecleaning Detects and corrects possible spikes in analysis objects
split Split an analysis object into the specified segments.
spsd Implements the smoothed (binned) PSD algorithm for analysis objects.
subsData Performs actions on ao objects.
svd_fit Estimates parameters for a linear model using SVD
tdfit Fit a set of smodels to a set of input and output signals..
tfe Estimates transfer function between time-series objects.
timeaverage Averages time series intervals
toSI Converts the units of the x, y and z axes into SI units.
upsample Overloads upsample function for AOs.
whiten1D Whitens the input time-series.
whiten2D Whiten the noise for two cross correlated time series.
xcorr Makes cross-correlation estimates of the time-series
xfit Fit a function of x to data.
zDomainFit Performs a fitting loop to identify model order and
zeropad Zero pads the input data series.

Back to Top Back to Top

Static

G (No help available)
R (No help available)
SETS (No help available)
buildplist (No help available)
c (No help available)
delay_fractional_core Core method to implement fractional delay
diff3p_core (No help available)
e (No help available)
epsilon0 (No help available)
fft_1sided_core (No help available)
fft_2sided_core (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
h (No help available)
ifft_1sided_even_core (No help available)
ifft_1sided_odd_core (No help available)
ifft_2sided_core (No help available)
ifft_plain_core (No help available)
initObjectWithSize (No help available)
kB (No help available)
load Loads LTPDA objects from a file
mu0 (No help available)
ones (No help available)
randn (No help available)
retrieve Retrieves a collection of objects from an LTPDA repository.
sinewave (No help available)
split_samples_core (No help available)
zeropad_post_core (No help available)
zeros (No help available)

Back to Top Back to Top

Trigonometry

acos Overloads the acos method for analysis objects.
asin Overloads the asin method for analysis objects.
atan Overloads the atan method for analysis objects.
atan2 Overloads the atan2 operator for analysis objects. Four quadrant inverse tangent.
cos Overloads the cos method for analysis objects.
sin Overloads the sin method for analysis objects.
tan Overloads the tan method for analysis objects.

Back to Top Back to Top


©LTP Team