Contents | %%%%%%%%%%%%%%%%%%% class: ao %%%%%%%%%%%%%%%%%%%% |
abs | ABS overloads the Absolute value method for Analysis objects. |
acos | ACOS overloads the acos method for Analysis objects. |
ao | AO analysis object class constructor. |
ao2m | AO2M converts an analysis object to an '.m' file based on the history. |
applymethod | APPLYMETHOD to the analysis object |
applyoperator | APPLYOPERATOR to the analysis object |
asin | ASIN overloads the asin method for Analysis objects. |
atan | ATAN overloads the atan method for Analysis objects. |
atan2 | ATAN2 overloads the atan2 operator for Analysis objects. Four quadrant inverse tangent. |
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. |
cohere | COHERE makes coherence estimates of the time-series objects |
complex | COMPLEX overloads the complex operator for Analysis objects. |
compute | COMPUTE performs the given operations on the input AOs. |
computeDFT | COMPUTEDFT Computes DFT using FFT or Goertzel |
computeperiodogram | COMPUTEPERIODOGRAM Periodogram spectral estimation. |
conj | CONJ overloads the conjugate operator for Analysis objects. |
consolidate | CONSOLIDATE resamples all input AOs onto the same time grid. |
conv | CONV vector convolution. |
conv_noisegen | CONV_NOISEGEN calls the matlab function conv.m to convolute poles and zeros from a given pzmodel |
copy | COPY makes a (deep) copy of the input AOs. |
cos | COS overloads the cos operator for Analysis objects. Cosine of argument in radians. |
cpsd | CPSD makes cross-spectral density estimates of the time-series objects. |
ctranspose | CTRANSPOSE overloads the ' operator for Analysis Objects. |
delay | DELAY delays a time-series using various methods. |
demux | DEMUX splits the input vector of AOs into a number of output AOs. |
det | DET overloads the determinant function for Analysis objects. |
detrend | DETREND detrends the input analysis object using a polynomial of degree N. |
dft | DFT computes the DFT of the input time-series at the requested frequencies. |
diag | DIAG overloads the diagonal operator for Analysis Objects. |
diff | DIFF differentiates the data in AO. |
display | DISPLAY implement terminal display for analysis object. |
dopplercorr | FOO description for function 'foo' in one line. Necessary for lookfor functionality. |
downsample | DOWNSAMPLE AOs containing time-series data. |
dropduplicates | DROPDUPLICATES drops all duplicate samples in time-series AOs. |
dsmean | DSMEAN performs a simple downsampling by taking the mean of every N samples. |
eig | EIG overloads the determinant function 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 disk. |
extractmdl | EXTRACTMDL extracts an mdl file from an analysis object and saves it to disk. |
fft | FFT overloads the fft method 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. |
findFsMax | findFsMax Returns the max Fs of a set of AOs |
findShortestVector | findShortestVector Returns the length of the shortest vector in samples |
firwhiten | FIRWHITEN whitens the input time-series by building an FIR whitening filter. |
fixfs | FIXFS resamples the input time-series to have a fixed sample rate. |
fngen | FNGEN creates an arbitrarily long time-series based on the input PSD. |
fq2fac | FQ2FAC is a private function and is called by ngconv.m which can be found in the |
fromDataInMAT | FROMDATAINMAT Convert a saved data-array into an AO with a tsdata-object |
fromDatafile | FROMDATAFILE Construct an ao from filename AND parameter list |
fromFSfcn | FROMFSFCN Construct an ao from a fs-function string |
fromFcn | FROMFCN Construct an ao from a function string |
fromPolyval | FROMPOLYVAL Construct a time-series ao from polynomial coefficients |
fromPzmodel | FROMPZMODEL Construct a time-series ao from polynomial coefficients |
fromSpecWin | FROMSPECWIN Construct an ao from a Spectral window |
fromTSfcn | FROMTSFCN Construct an ao from a ts-function string |
fromVals | FROMVALS Construct an ao from a value set |
fromWaveform | FROMWAVEFORM Construct an ao from a waveform |
fs | FS Get the data property 'fs'. |
gapfilling | GAPFILLING fills possible gaps in data. |
ge | GE overloads >= operator for analysis objects. Compare the y-axis values. |
gt | GT overloads > operator for analysis objects. Compare the y-axis values. |
hist | HIST overloads the histogram function (hist) of MATLAB for Analysis Objects. |
ifft | IFFT overloads the ifft operator 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. |
interpmissing | INTERPMISSING interpolate missing samples in a time-series. |
inv | INV overloads the inverse function for Analysis Objects. |
iplot | IPLOT provides an intelligent plotting tool for LTPDA. |
join | JOIN multiple AOs into a single AO. |
lcohere | LCOHERE implement coherence estimation computed on a log frequency axis. |
lcpsd | LCPSD implement cross-power-spectral density estimation computed on a log frequency axis. |
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. |
lincom | LINCOM |
linedetect | LINEDETECT find spectral lines in the ao/fsdata objects. |
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. |
lpsd | LPSD implement the LPSD algorithm for analysis objects. |
lt | LT overloads < operator for analysis objects. Compare the y-axis values. |
ltf_plan | LTF_PLAN computes all input values needed for the LPSD and LTFE algorithms. |
ltfe | LTFE implement transfer-function estimation computed on a log frequency axis. |
lxspec | LXSPEC performs log-scale cross-spectral analysis of various forms. |
max | MAX computes the maximum value of the data in the AO. |
mchol | MCHOL |
md5 | MD5 computes an MD5 checksum from an analysis objects. |
mdc1_ifo2acc_fd | MDC1_IFO2ACC_FS calculates the external acceleration in the frequency-domain. |
mdc1_ifo2acc_inloop | MDC1_IFO2ACC_INLOOP calculates the inloop acceleration in the time-domain. |
mdc1_ifo2control | MDC1_IFO2CONTROL converts the input time-series to control forces. |
mdc1_input_noises | LTPDA_MDC1_IFO_NOISE returns a model spectrum of the IFO sensing noise for MDC1. |
mdc1_x2acc | MDC1_X2ACC converts the input time-series to acceleration with a time-domain filter |
mean | MEAN computes the mean value of the data in the AO. |
median | MEDIAN computes the median value of the data in the AO. |
min | MIN computes the minimum value of the data in the AO. |
minus | MINUS implements minus operator for analysis objects. |
mlpsd_m | MLPSD_M m-file only version of the LPSD algorithm |
mlpsd_mex | MLPSD_MEX calls the ltpda_dft.mex to compute the DFT part of the LPSD |
mltfe | MLTFE compute log-frequency space TF |
mode | MODE computes the modal value of the data in the AO. |
mpower | MPOWER implements mpower operator for analysis objects. |
mrdivide | MRDIVIDE implements mrdivide operator for analysis objects. |
mtimes | MTIMES implements mtimes operator for analysis objects. |
ngconv | NGCONV is called by the function LTPDA_NOISEGEN |
nginit | NGINIT is called by the function LTPDA_NOISEGEN |
ngprop | NGPROP is called by the function LTPDA_NOISEGEN |
ngsetup | NGSETUP is called by the function LTPDA_NOISEGEN |
ngsetup_vpa | ALGONAME = mfilename; |
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 analysis objects. |
polyfit | POLYFIT overloads polyfit() function of MATLAB for Analysis Objects. |
power | POWER implements power operator for analysis objects. |
psd | PSD makes power spectral density estimates of the time-series objects |
pwelch | PWELCH makes power spectral density estimates of the time-series objects |
rdivide | RDIVIDE implements rdivide operator for analysis objects. |
real | REAL overloads the real operator for Analysis objects. |
resample | RESAMPLE overloads resample function for AOs. |
rms | RMS Calculate RMS deviation from spectrum |
search | SEARCH selects AOs that match the given name. |
select | SELECT select particular samples from the input AOs and return new AOs with only those samples. |
setDescription | SETDESCRIPTION sets the 'description' property of the ao. |
setFs | SETFS sets the 'fs' property of the ao. |
setT0 | SETT0 sets the 't0' property of the ao. |
setX | SETX sets the 'x' property of the ao. |
setXY | SETXY sets the 'xy' property of the ao. |
setXunits | SETXUNITS sets the 'xunits' property of the ao. |
setY | SETY sets the 'y' property of the ao. |
setYunits | SETYUNITS sets the 'yunits' property of the ao. |
setZ | SETZ sets the 'z' property of the ao. |
sign | SIGN overloads the sign operator for Analysis objects.% |
sin | SIN overloads the sin method for Analysis objects. |
smoother | SMOOTHER smooths a given series of data points using the specified method. |
sort | SORT the values in the AO. |
spectrogram | SPECTROGRAM computes a spectrogram of the given ao/tsdata. |
spikecleaning | spikecleaning detects and corrects possible spikes in analysis objects |
split | SPLIT split an analysis object into the specified segments. |
sqrt | SQRT computes the square root of the data in the AO. |
std | STD computes the standard deviation of the data in the AO. |
string | STRING writes a command string that can be used to recreate the input Analysis object(s). |
sum | SUM computes the sum of the data in the AO. |
svd | SVD overloads the determinant function for Analysis objects. |
t0 | T0 Get the data property 't0'. |
tan | TAN overloads the tan method for Analysis objects. |
tfe | TFE makes transfer function estimates of the time-series objects. |
timedomainfit | TIMEDOMAINFIT uses lscov to fit a set of time-series AOs to a target time-series AO. |
times | TIMES implements times 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. |
uminus | UMINUS overloads the uminus operator for Analysis objects. |
update_struct | UPDATE_STRUCT update the input structure to the current ltpda version |
upsample | UPSAMPLE overloads upsample function for AOs. |
validate | VALIDATE checks that the input Analysis Object is reproducible and valid. |
var | VAR computes the variance of the data in the AO. |
welch | WELCH Welch spectral estimation method. |
welchparse | WELCHPARSE Parser for the PWELCH & SPECTROGRAM functions |
welchscale | WELCHSCALE scales the output of welch to be in the required units |
x | X Get the data property 'x'. |
xcorr | XCORR makes cross-correlation estimates of the time-series |
xspec | XSPEC performs cross-spectral analysis of various forms. |
xunits | XUNITS Get the data property 'xunits'. |
y | Y Get the data property 'y'. |
yunits | YUNITS Get the data property 'yunits'. |
zeropad | ZEROPAD zero pads the input data series. |