%%%%%%%%%%%%%%%%%%% class: ao %%%%%%%%%%%%%%%%%%%% <a href="matlab:help ao/abs">ao/abs</a> - overloads the Absolute value method for Analysis objects. <a href="matlab:help ao/acos">ao/acos</a> - overloads the acos method for Analysis objects. <a href="matlab:help ao/ao">ao/ao</a> - analysis object class constructor. <a href="matlab:help ao/ao2m">ao/ao2m</a> - converts an analysis object to an '.m' file based on the history. <a href="matlab:help ao/applymethod">ao/applymethod</a> - to the analysis object <a href="matlab:help ao/applyoperator">ao/applyoperator</a> - to the analysis object <a href="matlab:help ao/asin">ao/asin</a> - overloads the asin method for Analysis objects. <a href="matlab:help ao/atan">ao/atan</a> - overloads the atan method for Analysis objects. <a href="matlab:help ao/atan2">ao/atan2</a> - overloads the atan2 operator for Analysis objects. Four quadrant inverse tangent. <a href="matlab:help ao/attachm">ao/attachm</a> - attach an m file to the analysis object. <a href="matlab:help ao/attachmdl">ao/attachmdl</a> - attach an mdl file to the analysis object. <a href="matlab:help ao/cat">ao/cat</a> - concatenate AOs into a vector. <a href="matlab:help ao/char">ao/char</a> - overloads char() function for analysis objects. <a href="matlab:help ao/cohere">ao/cohere</a> - makes coherence estimates of the time-series objects <a href="matlab:help ao/complex">ao/complex</a> - overloads the complex operator for Analysis objects. <a href="matlab:help ao/compute">ao/compute</a> - performs the given operations on the input AOs. <a href="matlab:help ao/computeDFT">ao/computeDFT</a> - Computes DFT using FFT or Goertzel <a href="matlab:help ao/computeperiodogram">ao/computeperiodogram</a> - Periodogram spectral estimation. <a href="matlab:help ao/conj">ao/conj</a> - overloads the conjugate operator for Analysis objects. <a href="matlab:help ao/consolidate">ao/consolidate</a> - resamples all input AOs onto the same time grid. <a href="matlab:help ao/conv">ao/conv</a> - vector convolution. <a href="matlab:help ao/conv_noisegen">ao/conv_noisegen</a> - calls the matlab function conv.m to convolute poles and zeros from a given pzmodel <a href="matlab:help ao/copy">ao/copy</a> - makes a (deep) copy of the input AOs. <a href="matlab:help ao/cos">ao/cos</a> - overloads the cos operator for Analysis objects. Cosine of argument in radians. <a href="matlab:help ao/cpsd">ao/cpsd</a> - makes cross-spectral density estimates of the time-series objects. <a href="matlab:help ao/ctranspose">ao/ctranspose</a> - overloads the ' operator for Analysis Objects. <a href="matlab:help ao/delay">ao/delay</a> - delays a time-series using various methods. <a href="matlab:help ao/demux">ao/demux</a> - splits the input vector of AOs into a number of output AOs. <a href="matlab:help ao/det">ao/det</a> - overloads the determinant function for Analysis objects. <a href="matlab:help ao/detrend">ao/detrend</a> - detrends the input analysis object using a polynomial of degree N. <a href="matlab:help ao/dft">ao/dft</a> - computes the DFT of the input time-series at the requested frequencies. <a href="matlab:help ao/diag">ao/diag</a> - overloads the diagonal operator for Analysis Objects. <a href="matlab:help ao/diff">ao/diff</a> - differentiates the data in AO. <a href="matlab:help ao/display">ao/display</a> - implement terminal display for analysis object. <a href="matlab:help ao/dopplercorr">ao/dopplercorr</a> - FOO description for function 'foo' in one line. Necessary for lookfor functionality. <a href="matlab:help ao/downsample">ao/downsample</a> - AOs containing time-series data. <a href="matlab:help ao/dropduplicates">ao/dropduplicates</a> - drops all duplicate samples in time-series AOs. <a href="matlab:help ao/dsmean">ao/dsmean</a> - performs a simple downsampling by taking the mean of every N samples. <a href="matlab:help ao/eig">ao/eig</a> - overloads the determinant function for Analysis objects. <a href="matlab:help ao/exp">ao/exp</a> - overloads the exp operator for Analysis objects. Exponential. <a href="matlab:help ao/export">ao/export</a> - export an analysis object to a text file. <a href="matlab:help ao/extractm">ao/extractm</a> - extracts an m-file from an analysis object and saves it to disk. <a href="matlab:help ao/extractmdl">ao/extractmdl</a> - extracts an mdl file from an analysis object and saves it to disk. <a href="matlab:help ao/fft">ao/fft</a> - overloads the fft method for Analysis objects. <a href="matlab:help ao/filter">ao/filter</a> - overrides the filter function for analysis objects. <a href="matlab:help ao/filtfilt">ao/filtfilt</a> - overrides the filtfilt function for analysis objects. <a href="matlab:help ao/find">ao/find</a> - particular samples that satisfy the input query and return a new AO. <a href="matlab:help ao/findFsMax">ao/findFsMax</a> - Returns the max Fs of a set of AOs <a href="matlab:help ao/findShortestVector">ao/findShortestVector</a> - Returns the length of the shortest vector in samples <a href="matlab:help ao/firwhiten">ao/firwhiten</a> - whitens the input time-series by building an FIR whitening filter. <a href="matlab:help ao/fixfs">ao/fixfs</a> - resamples the input time-series to have a fixed sample rate. <a href="matlab:help ao/fngen">ao/fngen</a> - creates an arbitrarily long time-series based on the input PSD. <a href="matlab:help ao/fq2fac">ao/fq2fac</a> - is a private function and is called by ngconv.m which can be found in the <a href="matlab:help ao/fromDataInMAT">ao/fromDataInMAT</a> - Convert a saved data-array into an AO with a tsdata-object <a href="matlab:help ao/fromDatafile">ao/fromDatafile</a> - Construct an ao from filename AND parameter list <a href="matlab:help ao/fromFSfcn">ao/fromFSfcn</a> - Construct an ao from a fs-function string <a href="matlab:help ao/fromFcn">ao/fromFcn</a> - Construct an ao from a function string <a href="matlab:help ao/fromPolyval">ao/fromPolyval</a> - Construct a time-series ao from polynomial coefficients <a href="matlab:help ao/fromPzmodel">ao/fromPzmodel</a> - Construct a time-series ao from polynomial coefficients <a href="matlab:help ao/fromSpecWin">ao/fromSpecWin</a> - Construct an ao from a Spectral window <a href="matlab:help ao/fromTSfcn">ao/fromTSfcn</a> - Construct an ao from a ts-function string <a href="matlab:help ao/fromVals">ao/fromVals</a> - Construct an ao from a value set <a href="matlab:help ao/fromWaveform">ao/fromWaveform</a> - Construct an ao from a waveform <a href="matlab:help ao/fs">ao/fs</a> - Get the data property 'fs'. <a href="matlab:help ao/gapfilling">ao/gapfilling</a> - fills possible gaps in data. <a href="matlab:help ao/ge">ao/ge</a> - overloads >= operator for analysis objects. Compare the y-axis values. <a href="matlab:help ao/gt">ao/gt</a> - overloads > operator for analysis objects. Compare the y-axis values. <a href="matlab:help ao/hist">ao/hist</a> - overloads the histogram function (hist) of MATLAB for Analysis Objects. <a href="matlab:help ao/ifft">ao/ifft</a> - overloads the ifft operator for Analysis objects. <a href="matlab:help ao/imag">ao/imag</a> - overloads the imaginary operator for Analysis objects. <a href="matlab:help ao/index">ao/index</a> - index into an AO array or matrix. This properly captures the history. <a href="matlab:help ao/interp">ao/interp</a> - interpolate the values in the input AO(s) at new values. <a href="matlab:help ao/interpmissing">ao/interpmissing</a> - interpolate missing samples in a time-series. <a href="matlab:help ao/inv">ao/inv</a> - overloads the inverse function for Analysis Objects. <a href="matlab:help ao/iplot">ao/iplot</a> - provides an intelligent plotting tool for LTPDA. <a href="matlab:help ao/join">ao/join</a> - multiple AOs into a single AO. <a href="matlab:help ao/lcohere">ao/lcohere</a> - implement coherence estimation computed on a log frequency axis. <a href="matlab:help ao/lcpsd">ao/lcpsd</a> - implement cross-power-spectral density estimation computed on a log frequency axis. <a href="matlab:help ao/le">ao/le</a> - overloads <= operator for analysis objects. Compare the y-axis values. <a href="matlab:help ao/len">ao/len</a> - overloads the length operator for Analysis objects. Length of the data samples. <a href="matlab:help ao/lincom">ao/lincom</a> - (No help available) <a href="matlab:help ao/linedetect">ao/linedetect</a> - find spectral lines in the ao/fsdata objects. <a href="matlab:help ao/ln">ao/ln</a> - overloads the log operator for Analysis objects. Natural logarithm. <a href="matlab:help ao/log">ao/log</a> - overloads the log operator for Analysis objects. Natural logarithm. <a href="matlab:help ao/log10">ao/log10</a> - overloads the log10 operator for Analysis objects. Common (base 10) logarithm. <a href="matlab:help ao/lpsd">ao/lpsd</a> - implement the LPSD algorithm for analysis objects. <a href="matlab:help ao/lt">ao/lt</a> - overloads < operator for analysis objects. Compare the y-axis values. <a href="matlab:help ao/ltf_plan">ao/ltf_plan</a> - computes all input values needed for the LPSD and LTFE algorithms. <a href="matlab:help ao/ltfe">ao/ltfe</a> - implement transfer-function estimation computed on a log frequency axis. <a href="matlab:help ao/lxspec">ao/lxspec</a> - performs log-scale cross-spectral analysis of various forms. <a href="matlab:help ao/max">ao/max</a> - computes the maximum value of the data in the AO. <a href="matlab:help ao/mchol">ao/mchol</a> - (No help available) <a href="matlab:help ao/md5">ao/md5</a> - computes an MD5 checksum from an analysis objects. <a href="matlab:help ao/mdc1_ifo2acc_fd">ao/mdc1_ifo2acc_fd</a> - MDC1_IFO2ACC_FS calculates the external acceleration in the frequency-domain. <a href="matlab:help ao/mdc1_ifo2acc_inloop">ao/mdc1_ifo2acc_inloop</a> - calculates the inloop acceleration in the time-domain. <a href="matlab:help ao/mdc1_ifo2control">ao/mdc1_ifo2control</a> - converts the input time-series to control forces. <a href="matlab:help ao/mdc1_input_noises">ao/mdc1_input_noises</a> - % LTPDA_MDC1_IFO_NOISE returns a model spectrum of the IFO sensing noise for MDC1. <a href="matlab:help ao/mdc1_x2acc">ao/mdc1_x2acc</a> - converts the input time-series to acceleration with a time-domain filter <a href="matlab:help ao/mean">ao/mean</a> - computes the mean value of the data in the AO. <a href="matlab:help ao/median">ao/median</a> - computes the median value of the data in the AO. <a href="matlab:help ao/min">ao/min</a> - computes the minimum value of the data in the AO. <a href="matlab:help ao/minus">ao/minus</a> - implements minus operator for analysis objects. <a href="matlab:help ao/mlpsd_m">ao/mlpsd_m</a> - m-file only version of the LPSD algorithm <a href="matlab:help ao/mlpsd_mex">ao/mlpsd_mex</a> - calls the ltpda_dft.mex to compute the DFT part of the LPSD <a href="matlab:help ao/mltfe">ao/mltfe</a> - compute log-frequency space TF <a href="matlab:help ao/mode">ao/mode</a> - computes the modal value of the data in the AO. <a href="matlab:help ao/mpower">ao/mpower</a> - implements mpower operator for analysis objects. <a href="matlab:help ao/mrdivide">ao/mrdivide</a> - implements mrdivide operator for analysis objects. <a href="matlab:help ao/mtimes">ao/mtimes</a> - implements mtimes operator for analysis objects. <a href="matlab:help ao/ngconv">ao/ngconv</a> - is called by the function LTPDA_NOISEGEN <a href="matlab:help ao/nginit">ao/nginit</a> - is called by the function LTPDA_NOISEGEN <a href="matlab:help ao/ngprop">ao/ngprop</a> - is called by the function LTPDA_NOISEGEN <a href="matlab:help ao/ngsetup">ao/ngsetup</a> - is called by the function LTPDA_NOISEGEN <a href="matlab:help ao/ngsetup_vpa">ao/ngsetup_vpa</a> - % ALGONAME = mfilename; <a href="matlab:help ao/norm">ao/norm</a> - overloads the norm operator for Analysis Objects. <a href="matlab:help ao/phase">ao/phase</a> - overloads the ltpda_phase operator for Analysis objects. <a href="matlab:help ao/plot">ao/plot</a> - a simple plot of analysis objects. <a href="matlab:help ao/plus">ao/plus</a> - implements addition operator for analysis objects. <a href="matlab:help ao/polyfit">ao/polyfit</a> - overloads polyfit() function of MATLAB for Analysis Objects. <a href="matlab:help ao/power">ao/power</a> - implements power operator for analysis objects. <a href="matlab:help ao/psd">ao/psd</a> - makes power spectral density estimates of the time-series objects <a href="matlab:help ao/pwelch">ao/pwelch</a> - makes power spectral density estimates of the time-series objects <a href="matlab:help ao/rdivide">ao/rdivide</a> - implements rdivide operator for analysis objects. <a href="matlab:help ao/real">ao/real</a> - overloads the real operator for Analysis objects. <a href="matlab:help ao/resample">ao/resample</a> - overloads resample function for AOs. <a href="matlab:help ao/rms">ao/rms</a> - Calculate RMS deviation from spectrum <a href="matlab:help ao/search">ao/search</a> - selects AOs that match the given name. <a href="matlab:help ao/select">ao/select</a> - select particular samples from the input AOs and return new AOs with only those samples. <a href="matlab:help ao/setDescription">ao/setDescription</a> - sets the 'description' property of the ao. <a href="matlab:help ao/setFs">ao/setFs</a> - sets the 'fs' property of the ao. <a href="matlab:help ao/setT0">ao/setT0</a> - sets the 't0' property of the ao. <a href="matlab:help ao/setX">ao/setX</a> - sets the 'x' property of the ao. <a href="matlab:help ao/setXY">ao/setXY</a> - sets the 'xy' property of the ao. <a href="matlab:help ao/setXunits">ao/setXunits</a> - sets the 'xunits' property of the ao. <a href="matlab:help ao/setY">ao/setY</a> - sets the 'y' property of the ao. <a href="matlab:help ao/setYunits">ao/setYunits</a> - sets the 'yunits' property of the ao. <a href="matlab:help ao/setZ">ao/setZ</a> - sets the 'z' property of the ao. <a href="matlab:help ao/sign">ao/sign</a> - overloads the sign operator for Analysis objects.% <a href="matlab:help ao/sin">ao/sin</a> - overloads the sin method for Analysis objects. <a href="matlab:help ao/smoother">ao/smoother</a> - smooths a given series of data points using the specified method. <a href="matlab:help ao/sort">ao/sort</a> - the values in the AO. <a href="matlab:help ao/spectrogram">ao/spectrogram</a> - computes a spectrogram of the given ao/tsdata. <a href="matlab:help ao/spikecleaning">ao/spikecleaning</a> - detects and corrects possible spikes in analysis objects <a href="matlab:help ao/split">ao/split</a> - split an analysis object into the specified segments. <a href="matlab:help ao/sqrt">ao/sqrt</a> - computes the square root of the data in the AO. <a href="matlab:help ao/std">ao/std</a> - computes the standard deviation of the data in the AO. <a href="matlab:help ao/string">ao/string</a> - writes a command string that can be used to recreate the input Analysis object(s). <a href="matlab:help ao/sum">ao/sum</a> - computes the sum of the data in the AO. <a href="matlab:help ao/svd">ao/svd</a> - overloads the determinant function for Analysis objects. <a href="matlab:help ao/t0">ao/t0</a> - Get the data property 't0'. <a href="matlab:help ao/tan">ao/tan</a> - overloads the tan method for Analysis objects. <a href="matlab:help ao/tfe">ao/tfe</a> - makes transfer function estimates of the time-series objects. <a href="matlab:help ao/timedomainfit">ao/timedomainfit</a> - uses lscov to fit a set of time-series AOs to a target time-series AO. <a href="matlab:help ao/times">ao/times</a> - implements times operator for analysis objects. <a href="matlab:help ao/timeshift">ao/timeshift</a> - for AO/tsdata objects, shifts the time axis such that x(1) = 0. <a href="matlab:help ao/transpose">ao/transpose</a> - overloads the .' operator for Analysis Objects. <a href="matlab:help ao/uminus">ao/uminus</a> - overloads the uminus operator for Analysis objects. <a href="matlab:help ao/update_struct">ao/update_struct</a> - update the input structure to the current ltpda version <a href="matlab:help ao/upsample">ao/upsample</a> - overloads upsample function for AOs. <a href="matlab:help ao/validate">ao/validate</a> - checks that the input Analysis Object is reproducible and valid. <a href="matlab:help ao/var">ao/var</a> - computes the variance of the data in the AO. <a href="matlab:help ao/welch">ao/welch</a> - Welch spectral estimation method. <a href="matlab:help ao/welchparse">ao/welchparse</a> - Parser for the PWELCH & SPECTROGRAM functions <a href="matlab:help ao/welchscale">ao/welchscale</a> - scales the output of welch to be in the required units <a href="matlab:help ao/x">ao/x</a> - Get the data property 'x'. <a href="matlab:help ao/xcorr">ao/xcorr</a> - makes cross-correlation estimates of the time-series <a href="matlab:help ao/xspec">ao/xspec</a> - performs cross-spectral analysis of various forms. <a href="matlab:help ao/xunits">ao/xunits</a> - Get the data property 'xunits'. <a href="matlab:help ao/y">ao/y</a> - Get the data property 'y'. <a href="matlab:help ao/yunits">ao/yunits</a> - Get the data property 'yunits'. <a href="matlab:help ao/zeropad">ao/zeropad</a> - zero pads the input data series.