Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% ABS overloads the Absolute value operator for Analysis objects. |
|
classes/@ao/ |
% COMPLEX overloads the complex operator for Analysis objects. |
|
classes/@ao/ |
% CONJ overloads the conjugate operator for Analysis objects. |
|
classes/@ao/ |
% CTRANSPOSE overloads the ' operator for Analysis Objects. |
|
classes/@ao/ |
% DET overloads the determinant function for Analysis objects. |
|
classes/@ao/ |
% DIAG overloads the diagonal operator for Analysis Objects. |
|
classes/@ao/ |
% EIG overloads the determinant function for Analysis objects. |
|
classes/@ao/ |
% EXP overloads the exp operator for Analysis objects. Exponential. |
|
classes/@ao/ |
% IMAG overloads the imaginary operator for Analysis objects. |
|
classes/@ao/ |
% INV overloads the inverse function for Analysis Objects. |
|
classes/@ao/ |
% LN overloads the log operator for Analysis objects. Natural logarithm. |
|
classes/@ao/ |
% LOG overloads the log operator for Analysis objects. Natural logarithm. |
|
classes/@ao/ |
% LOG10 overloads the log10 operator for Analysis objects. Common (base 10) logarithm. |
|
classes/@ao/ |
% MEAN overloads the mean operator for Analysis objects. Compute the mean value. |
|
classes/@ao/ |
% MEDIAN overloads the median operator for Analysis objects. Compute the median value. |
|
classes/@ao/ |
% NORM overloads the norm operator for Analysis Objects. |
|
classes/@ao/ |
% PHASE overloads the ltpda_phase operator for Analysis objects. |
|
classes/@ao/ |
% REAL overloads the real operator for Analysis objects. |
|
classes/@ao/ |
% SQRT overloads the sqrt operator for Analysis objects. Square root. |
|
classes/@ao/ |
% STD overloads the std operator for Analysis objects. Compute the standard deviation. |
|
classes/@ao/ |
% SUM overloads the sum operator for Analysis objects. Compute the sum value. |
|
classes/@ao/ |
% SVD overloads the determinant function for Analysis objects. |
|
classes/@ao/ |
% TRANSPOSE overloads the .' operator for Analysis Objects. |
|
classes/@ao/ |
% VAR overloads the var operator for Analysis objects. Compute the variance. |
|
classes/@pzmodel/ |
% TOMFIR approximates a pole/zero model with an FIR filter. |
|
classes/@pzmodel/ |
% TOMIIR converts a pzmodel to an IIR filter using a bilinear transform. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% ACOS overloads the acos operator for Analysis objects. Inverse cosine result in radians. |
|
classes/@ao/ |
% ASIN overloads the asin operator for Analysis objects. Inverse sine result in radians. |
|
classes/@ao/ |
% ATAN overloads the atan operator for Analysis objects. Inverse tangent result in radians. |
|
classes/@ao/ |
% COS overloads the cos operator for Analysis objects. Cosine of argument in radians. |
|
classes/@ao/ |
% SIN overloads the sin operator for Analysis objects. Sine of argument in radians. |
|
classes/@ao/ |
% TAN overloads the tan operator for Analysis objects. Tangent of argument in radians. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% AO analysis object class constructor. |
|
classes/@cdata/ |
% CDATA constant data object class constructor. |
|
classes/@fsdata/ |
% FSDATA frequency-series object class constructor. |
|
classes/@history/ |
% HISTORY History object class constructor. |
|
classes/@mfir/ |
% MFIR FIR filter object class constructor. |
|
classes/@miir/ |
% MIIR IIR filter object class constructor. |
|
classes/@param/ |
% PARAM Parameter object class constructor. |
|
classes/@plist/ |
% PLIST Plist class object constructor. |
|
classes/@pole/ |
% POLE construct a pole object. |
|
classes/@provenance/ |
% PROVENANCE constructors for provenance class. |
|
classes/@pzmodel/ |
% PZMODEL constructor for pzmodel class. |
|
classes/@specwin/ |
% SPECWIN spectral window object class constructor. |
|
classes/@time/ |
% TIME time object class constructor. |
|
classes/@timeformat/ |
% TIMEFORMAT timeformat object class constructor. |
|
classes/@timespan/ |
% TIMESPAN timespan object class constructor. |
|
classes/@tsdata/ |
% TSDATA time-series object class constructor. |
|
classes/@xydata/ |
% XYDATA X-Y data object class constructor. |
|
classes/@xyzdata/ |
% XZYDATA X-Y-Z data object class constructor. |
|
classes/@zero/ |
% ZERO construct a pole object. |
|
m/mysql/ |
% LTPDA_GETAOSINTIMESPAN performs high-level queries to retrieve AOs from an LTPDA repository. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% AO2M converts an analysis object to an '.m' file based on the history contained in the analysis object. |
|
classes/@ao/ |
% CHAR overloads char() function for analysis objects. |
|
classes/@ao/ |
% DISPLAY implement terminal display for analysis object. |
|
classes/@ao/ |
% EXPORT export an analysis object to a text file. |
|
classes/@ao/ |
% EXTRACTM extracts an m-file from an analysis object and saves it to |
|
classes/@ao/ |
% EXTRACTMDL extracts an mdl file from an analysis object and saves it to |
|
classes/@ao/ |
% IPLOT provides an intelligent plotting tool for LTPDA. |
|
classes/@ao/ |
% PLOT a simple plot of analysis objects. |
|
classes/@ao/ |
% SAVE overloads save operator for analysis objects. |
|
classes/@ao/ |
% STAIRS overloads the stairs function for Analysis Objects. |
|
classes/@cdata/ |
% CHAR convert a cdata object into a string. |
|
classes/@cdata/ |
% DISPLAY implement terminal display for cdata object. |
|
classes/@cdata/ |
% SAVE a cdata object to file. |
|
classes/@fsdata/ |
% CHAR convert a param object into a string. |
|
classes/@fsdata/ |
% DISPLAY implement terminal display for fsdata object. |
|
classes/@fsdata/ |
% SAVE an fsdata object to file. |
|
classes/@history/ |
% CHAR convert a param object into a string. |
|
classes/@history/ |
% DISPLAY implement terminal display for history object. |
|
classes/@history/ |
% HIST2DOT converts a history object to a 'DOT' file suitable for processing with graphviz |
|
classes/@history/ |
% HIST2M writes a new m-file that reproduces the analysis described in the history object. |
|
classes/@history/ |
% PLOT plots a history object as a tree diagram. |
|
classes/@history/ |
% SAVE a history object to file. |
|
classes/@history/ |
% STRING writes a command string that can be used to recreate the input history object. |
|
classes/@mfir/ |
% CHAR convert a mfir object into a string. |
|
classes/@mfir/ |
% DISPLAY overloads display functionality for mfir objects. |
|
classes/@mfir/ |
% SAVE an mfir object to file. |
|
classes/@miir/ |
% CHAR convert a miir object into a string. |
|
classes/@miir/ |
% DISPLAY overloads display functionality for miir objects. |
|
classes/@miir/ |
% SAVE an miir object to file. |
|
classes/@miir/ |
% STRING writes a command string that can be used to recreate the input filter object. |
|
classes/@param/ |
% CHAR convert a param object into a string. |
|
classes/@param/ |
% DISPLAY display a parameter |
|
classes/@param/ |
% DISPLAY display a parameter |
|
classes/@param/ |
% SAVE a param object to file. |
|
classes/@param/ |
% STRING writes a command string that can be used to recreate the input param object. |
|
classes/@plist/ |
% CHAR convert a parameter list into a string. |
|
classes/@plist/ |
% DISPLAY display plist object. |
|
classes/@plist/ |
% SAVE a plist object to file. |
|
classes/@pole/ |
% DISPLAY overloads display functionality for pole objects. |
|
classes/@pole/ |
% SAVE a pole object to file. |
|
classes/@provenance/ |
% CHAR convert a provenance object into a string. |
|
classes/@provenance/ |
% DISPLAY overload terminal display for provenance objects. |
|
classes/@provenance/ |
% SAVE a provenance object to file. |
|
classes/@provenance/ |
% STRING writes a command string that can be used to recreate the input provenance object. |
|
classes/@pzmodel/ |
% CHAR convert a pzmodel object into a string. |
|
classes/@pzmodel/ |
% DISPLAY overloads display functionality for pzmodel objects. |
|
classes/@pzmodel/ |
% SAVE a pzmodel object to file. |
|
classes/@specwin/ |
% CHAR convert a specwin object into a string. |
|
classes/@specwin/ |
% DISPLAY overloads display functionality for specwin objects. |
|
classes/@specwin/ |
% PLOT plots a specwin object. |
|
classes/@specwin/ |
% SAVE a specwin object to file. |
|
classes/@time/ |
% CHAR convert a time object into a string. |
|
classes/@time/ |
% DISPLAY overloads display functionality for time objects. |
|
classes/@time/ |
% FORMAT Returns the time in the handover format. |
|
classes/@time/ |
% SAVE a time object to file. |
|
classes/@timeformat/ |
% CHAR convert a timeformat object into a string. |
|
classes/@timeformat/ |
% DISPLAY overloads display functionality for timeformat objects. |
|
classes/@timeformat/ |
% SAVE a timeformat object to file. |
|
classes/@timeformat/ |
% STRING writes a command string that can be used to recreate the input timeformat object. |
|
classes/@timespan/ |
% CHAR convert a timespan object into a string. |
|
classes/@timespan/ |
% DISPLAY overloads display functionality for timespan objects. |
|
classes/@timespan/ |
% SAVE a timespan object to file. |
|
classes/@timespan/ |
% STRING writes a command string that can be used to recreate the input timespan object. |
|
classes/@tsdata/ |
% CHAR convert a param object into a string. |
|
classes/@tsdata/ |
% DISPLAY overloads display functionality for tsdata objects. |
|
classes/@tsdata/ |
% SAVE a tsdata object to file. |
|
classes/@xydata/ |
% CHAR convert a param object into a string. |
|
classes/@xydata/ |
% DISPLAY overloads display functionality for xydata objects. |
|
classes/@xydata/ |
% SAVE an xydata object to file. |
|
classes/@xyzdata/ |
% DISPLAY overloads display functionality for xyzdata objects. |
|
classes/@xyzdata/ |
% SAVE an xyzdata object to file. |
|
classes/@zero/ |
% CHAR convert a zero object into a string. |
|
classes/@zero/ |
% DISPLAY overloads display functionality for zero objects. |
|
classes/@zero/ |
% SAVE a zero object to file. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% ATTACHM attach an m file to the analysis object. |
|
classes/@ao/ |
% ATTACHMDL attach an mdl file to the analysis object. |
|
classes/@ao/ |
% CAT concatenate AOs into a vector. |
|
classes/@ao/ |
% DEMUX splits the input vector of AOs into a number of output AOs. |
|
classes/@ao/ |
% FIND particular samples that satisfy the input query and return a new AO. |
|
classes/@ao/ |
% GET get ao properties. |
|
classes/@ao/ |
% INDEX index into an AO array or matrix. This properly captures the history. |
|
classes/@ao/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@ao/ |
% ISVALID tests if the given ao has all the correct fields of the correct type. |
|
classes/@ao/ |
% LEN overloads the length operator for Analysis objects. Length of the data samples. |
|
classes/@ao/ |
% MD5 computes an MD5 checksum from an analysis objects. |
|
classes/@ao/ |
% MUX concatenate AOs into a vector. |
|
classes/@ao/ |
% SET set an analysis object property. |
|
classes/@ao/ |
% SET set an analysis object property without recording the history. |
|
classes/@ao/ |
% STRING writes a command string that can be used to recreate the input Analysis object(s). |
|
classes/@ao/ |
% TIMESHIFT for AO/tsdata objects, shifts the time axis such that x(1) = 0. |
|
classes/@ao/ |
% VALIDATE checks that the input Analysis Object is reproducible and valid. |
|
classes/@cdata/ |
% GET get csdata properties. |
|
classes/@cdata/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@cdata/ |
% ISVALID tests if the given cdata has all the correct fields of the correct type. |
|
classes/@cdata/ |
% SET set a cdata property. |
|
classes/@fsdata/ |
% GET get a fsdata property. |
|
classes/@fsdata/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@fsdata/ |
% ISVALID tests if the given fsdata has all the correct fields of the correct type. |
|
classes/@fsdata/ |
% SET set a fsdata property. |
|
classes/@history/ |
% GET get history object properties. |
|
classes/@history/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@history/ |
% ISVALID tests if the given history has all the correct fields of the correct type. |
|
classes/@history/ |
% SET set a history property. |
|
classes/@mfir/ |
% GET get mfir properties. |
|
classes/@mfir/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@mfir/ |
% ISVALID tests if the given mfir has all the correct fields of the correct type. |
|
classes/@mfir/ |
% REDESIGN redesign the input filter to work for the given sample rate. |
|
classes/@mfir/ |
% SET set a mfir object property. |
|
classes/@mfir/ |
% STRING writes a command string that can be used to recreate the input filter object. |
|
classes/@miir/ |
% GET get miir properties. |
|
classes/@miir/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@miir/ |
% ISVALID tests if the given miir has all the correct fields of the correct type. |
|
classes/@miir/ |
% REDESIGN redesign the input filter to work for the given sample rate. |
|
classes/@miir/ |
% SET set a miir object property. |
|
classes/@param/ |
% CAT concatenate params into a vector. |
|
classes/@param/ |
% GET get parameter properties. |
|
classes/@param/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@param/ |
% ISVALID tests if the given param has all the correct fields of the correct type. |
|
classes/@param/ |
% MUX concatenate params into a vector. |
|
classes/@param/ |
% SET set a parameter property. |
|
classes/@plist/ |
% APPEND append a parameter to the parameter list. |
|
classes/@plist/ |
% COMBINE multiple parameter lists (plist objects) into a single plist. |
|
classes/@plist/ |
% FIND overloads find routine for a parameter list. |
|
classes/@plist/ |
% GET get parameter list properties. |
|
classes/@plist/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@plist/ |
% ISPARAM look for a given key in the parameter list. |
|
classes/@plist/ |
% ISVALID tests if the given plist has all the correct fields of the correct type. |
|
classes/@plist/ |
% NPARAMS returns the number of param objects in the list. |
|
classes/@plist/ |
% PSET set parameter list properties. |
|
classes/@plist/ |
% REMOVE remove a parameter from the parameter list. |
|
classes/@plist/ |
% SET set parameter list properties. |
|
classes/@plist/ |
% STRING converts a plist object to a command string which will recreate the plist object. |
|
classes/@pole/ |
% CAT concatenate poles into a vector. |
|
classes/@pole/ |
% CHAR convert a pole object into a string. |
|
classes/@pole/ |
% GET get pole properties. |
|
classes/@pole/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@pole/ |
% ISVALID tests if the given pole has all the correct fields of the correct type. |
|
classes/@pole/ |
% SET set a pole property. |
|
classes/@pole/ |
% STRING writes a command string that can be used to recreate the input pole object. |
|
classes/@provenance/ |
% GET get provenance properties. |
|
classes/@provenance/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@provenance/ |
% ISVALID tests if the given provenance has all the correct fields of the correct type. |
|
classes/@provenance/ |
% SET set an provenance property. |
|
classes/@pzmodel/ |
% GET get a pole/zero model property. |
|
classes/@pzmodel/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@pzmodel/ |
% ISVALID tests if the given pzmodel has all the correct fields of the correct type. |
|
classes/@pzmodel/ |
% SET sets a pole/zero model property. |
|
classes/@pzmodel/ |
% STRING writes a command string that can be used to recreate the input pzmodel object. |
|
classes/@specwin/ |
% GET get specwin object properties. |
|
classes/@specwin/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@specwin/ |
% ISVALID tests if the given specwin has all the correct fields of the correct type. |
|
classes/@specwin/ |
% SET sets a specwin property. |
|
classes/@specwin/ |
% STRING writes a command string that can be used to recreate the input window object. |
|
classes/@time/ |
% GET get time properties. |
|
classes/@time/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@time/ |
% ISVALID tests if the given time has all the correct fields of the correct type. |
|
classes/@time/ |
% SET set time properties. |
|
classes/@time/ |
% STRING writes a command string that can be used to recreate the input time object. |
|
classes/@timeformat/ |
% GET get timeformat properties. |
|
classes/@timeformat/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@timeformat/ |
% ISVALID tests if the given timeformat has all the correct fields of the correct type. |
|
classes/@timeformat/ |
% SET set timeformat properties. |
|
classes/@timespan/ |
% GET get timespan properties. |
|
classes/@timespan/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@timespan/ |
% ISVALID tests if the given timespan has all the correct fields of the correct type. |
|
classes/@timespan/ |
% SET set timespan properties. |
|
classes/@tsdata/ |
% GET get tsdata properties. |
|
classes/@tsdata/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@tsdata/ |
% ISVALID tests if the given tsdata has all the correct fields of the correct type. |
|
classes/@tsdata/ |
% SET sets a tsdata property. |
|
classes/@xydata/ |
% GET gets xydata properties. |
|
classes/@xydata/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@xydata/ |
% ISVALID tests if the given xydata has all the correct fields of the correct type. |
|
classes/@xydata/ |
% SET sets a xydata property. |
|
classes/@xyzdata/ |
% GET gets xyzdata properties. |
|
classes/@xyzdata/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@xyzdata/ |
% ISVALID tests if the given xyzdata has all the correct fields of the correct type. |
|
classes/@xyzdata/ |
% SET sets an xyzdata property. |
|
classes/@zero/ |
% CAT concatenate zeros into a vector. |
|
classes/@zero/ |
% GET get zero properties. |
|
classes/@zero/ |
% ISFIELD tests if the given field is one of the object properties. |
|
classes/@zero/ |
% ISVALID tests if the given zero has all the correct fields of the correct type. |
|
classes/@zero/ |
% SET set a zero property. |
|
classes/@zero/ |
% STRING writes a command string that can be used to recreate the input zero object. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% COMPUTE performs the given operations on the input AOs. |
|
classes/@ao/ |
% DOWNSAMPLE AOs containing time-series data. |
|
classes/@ao/ |
% FFT overloads the fft operator for Analysis objects. |
|
classes/@ao/ |
% FILTER overrides the filter function for analysis objects. |
|
classes/@ao/ |
% FILTFILT overrides the filtfilt function for analysis objects. |
|
classes/@ao/ |
% HIST overloads the histogram function (hist) of MATLAB for Analysis Objects. |
|
classes/@ao/ |
% INTERP interpolate the values in the input AO(s) at new values specified by the input parameter list. |
|
classes/@ao/ |
% POLYFIT overloads polyfit() function of MATLAB for Analysis Objects. |
|
classes/@ao/ |
% RESAMPLE overloads resample function for AOs. |
|
classes/@ao/ |
% SELECT select particular samples from the input AOs and return new AOs with only those samples. |
|
classes/@ao/ |
% SMOOTHER smooths a given series of data points using the specified method. |
|
classes/@ao/ |
% SPECTROGRAM computes a spectrogram of the given ao/tsdata. |
|
classes/@ao/ |
% SPLIT split an analysis object into the specified segments. |
|
classes/@ao/ |
% UPSAMPLE overloads upsample function for AOs. |
|
classes/@mfir/ |
% RESP Make a frequency response of the filter. |
|
classes/@miir/ |
% RESP Make a frequency response of the filter. |
|
classes/@plist/ |
% PZMRESP shadow function for the pzmodel/resp. |
|
classes/@plist/ |
% RESP shadows miir/iirResp. |
|
classes/@pole/ |
% RESP returns the complex response of the pole object. |
|
classes/@pzmodel/ |
% RESP returns the complex response of a pzmodel as an Analysis Object. |
|
classes/@zero/ |
% RESP returns the complex response of the zero object. |
|
m/etc/ |
% LTPDA_FOO is the standard function template for user functions |
|
m/etc/ |
% FOO is the standard function template for class methods. |
|
m/math/ |
% LTPDA_LINCOM make the linear combination of the input analysis objects. |
|
m/noisegenerator/ |
% LTPDA_NOISEGEN uses pzm2ab and franklin to generate a time-series |
|
m/sigproc/frequency_domain/ |
% LTPDA_COHERE makes coherence estimates of the time-series objects |
|
m/sigproc/frequency_domain/ |
% LTPDA_CPSD makes cross-spectral density estimates of the time-series objects. |
|
m/sigproc/frequency_domain/ |
% LTPDA_LCOHERE implement weighted coherence estimation computed on a log frequency axis. |
|
m/sigproc/frequency_domain/ |
% LTPDA_LCPSD implement weighted cross-power estimation computed on a log frequency axis. |
|
m/sigproc/frequency_domain/ |
% LTPDA_LPSD implement LPSD algorithm for analysis objects. |
|
m/sigproc/frequency_domain/ |
% LTPDA_LTFE implement transfer-function estimation computed on a log frequency axis. |
|
m/sigproc/frequency_domain/ |
% LTPDA_PWELCH makes power spectral density estimates of the time-series objects |
|
m/sigproc/frequency_domain/ |
% LTPDA_TFE makes transfer function estimates of the time-series objects. |
|
m/sigproc/time_domain/ |
% LTPDA_GAPFILLING fills possible gaps in data. |
|
m/sigproc/time_domain/ |
% LTPDA_POLYDETREND detrends the input analysis object using a polynomial of degree N. |
|
m/sigproc/time_domain/ |
% LTPDA_spikecleaning detects and corrects possible spikes in analysis objects |
|
m/sigproc/time_domain/ |
% LTPDA_TIMEDOMAINFIT uses lscov to fit a set of time-series AOs to a target time-series AO. |
|
m/sigproc/time_domain/ |
% LTPDA_XCORR makes cross-correlation estimates of the time-series |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% EQ overloads the == operator for analysis objects. |
|
classes/@ao/ |
% GE overloads >= operator for analysis objects. Compare the y-axis values. |
|
classes/@ao/ |
% GT overloads > operator for analysis objects. Compare the y-axis values. |
|
classes/@ao/ |
% LE overloads <= operator for analysis objects. Compare the y-axis values. |
|
classes/@ao/ |
% LT overloads < operator for analysis objects. Compare the y-axis values. |
|
classes/@ao/ |
% NE overloads the ~= operator for analysis objects. |
|
classes/@cdata/ |
% EQ overloads the == operator for cdata objects. |
|
classes/@cdata/ |
% NE overloads the ~= operator for cdata objects. |
|
classes/@fsdata/ |
% EQ overloads the == operator for fsdata objects. |
|
classes/@fsdata/ |
% NE overloads the ~= operator for fsdata objects. |
|
classes/@history/ |
% EQ overloads the == operator for history objects. |
|
classes/@history/ |
% NE overloads the ~= operator for history objects. |
|
classes/@mfir/ |
% EQ overloads the == operator for mfir objects. |
|
classes/@mfir/ |
% NE overloads the ~= operator for mfir objects. |
|
classes/@miir/ |
% EQ overloads the == operator for miir objects. |
|
classes/@miir/ |
% NE overloads the ~= operator for miir objects. |
|
classes/@param/ |
% EQ overloads the == operator for param objects. |
|
classes/@param/ |
% NE overloads the ~= operator for param objects. |
|
classes/@plist/ |
% EQ overloads the == operator for plist objects. |
|
classes/@plist/ |
% NE overloads the ~= operator for param objects. |
|
classes/@pole/ |
% EQ overloads the == operator for pole objects. |
|
classes/@pole/ |
% NE overloads the ~= operator for pole objects. |
|
classes/@provenance/ |
% EQ overloads the == operator for provenance objects. |
|
classes/@provenance/ |
% NE overloads the ~= operator for provenance objects. |
|
classes/@pzmodel/ |
% EQ overloads the == operator for pzmodel objects. |
|
classes/@pzmodel/ |
% NE overloads the ~= operator for pzmodel objects. |
|
classes/@specwin/ |
% EQ overloads the == operator for specfin objects. |
|
classes/@specwin/ |
% NE overloads the ~= operator for specwin objects. |
|
classes/@time/ |
% EQ overloads the == operator for time objects. |
|
classes/@time/ |
% NE overloads the ~= operator for time objects. |
|
classes/@timeformat/ |
% EQ overloads the == operator for timeformat objects. |
|
classes/@timeformat/ |
% NE overloads the ~= operator for timeformat objects. |
|
classes/@timespan/ |
% EQ overloads the == operator for timespan objects. |
|
classes/@timespan/ |
% NE overloads the ~= operator for timespan objects. |
|
classes/@tsdata/ |
% EQ overloads the == operator for tsdata objects. |
|
classes/@tsdata/ |
% NE overloads the ~= operator for tsdata objects. |
|
classes/@xydata/ |
% EQ overloads the == operator for xydata objects. |
|
classes/@xydata/ |
% NE overloads the ~= operator for xydata objects. |
|
classes/@xyzdata/ |
% EQ overloads the == operator for xyzdata objects. |
|
classes/@xyzdata/ |
% NE overloads the ~= operator for xyzdata objects. |
|
classes/@zero/ |
% EQ overloads the == operator for zero objects. |
|
classes/@zero/ |
% NE overloads the ~= operator for zero objects. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% JOIN multiple AOs into a single AO. |
|
classes/@ao/ |
% MINUS overloads - operator for analysis objects. |
|
classes/@ao/ |
% MPOWER implements power operator for analysis objects. |
|
classes/@ao/ |
% MRDIVIDE overloads / operator for analysis objects. |
|
classes/@ao/ |
% MTIMES overloads * operator for analysis objects. |
|
classes/@ao/ |
% PLUS implements addition operator for two analysis objects. |
|
classes/@ao/ |
% POWER implements power operator for analysis objects. |
|
classes/@ao/ |
% RDIVIDE overloads ./ operator for analysis objects. |
|
classes/@ao/ |
% TIMES overloads .* operator for analysis objects. |
|
classes/@time/ |
% MINUS overloads - operator for time objects. |
|
classes/@time/ |
% PLUS overloads + operator for time objects. |
Function name | Directory | Description |
---|---|---|
classes/@ao/ |
% SUBSASGN define index assignment for analysis object properties. |
|
classes/@ao/ |
% SUBSREF Define field name indexing for analysis objects. |
|
classes/@cdata/ |
% GET_XY_VALUES returns the values in vals. |
|
classes/@cdata/ |
% SET_XY_AXIS set the x-axis and y-axis values. |
|
classes/@cdata/ |
% SINGLE_OPERATION implements specified operator overload for cdata objects. |
|
classes/@cdata/ |
% SUBSASGN define index assignment for fsdata properties. |
|
classes/@cdata/ |
% SUBSREF Define field name indexing for cdata objects. |
|
classes/@fsdata/ |
% GET_XY_VALUES returns the x-axis and/or y-axis values. |
|
classes/@fsdata/ |
% RESHAPEF reshape the frequency vector to match the y vector. |
|
classes/@fsdata/ |
% SETFREQ sets the frequency vector of a fsdata object based on the length of the y vector and the sample rate. |
|
classes/@fsdata/ |
% SET_XY_AXIS set the x-axis and y-axis values. |
|
classes/@fsdata/ |
% SINGLE_OPERATION implements specified operator overload for fsdata objects. |
|
classes/@fsdata/ |
% SUBSASGN define index assignment for fsdata properties. |
|
classes/@fsdata/ |
% SUBSREF Define field name indexing for fsdata objects. |
|
classes/@history/ |
% GETNODES converts a history object to a nodes structure suitable for plotting as a tree. |
|
classes/@history/ |
% GETNODES_PLOT converts a history object to a nodes structure suitable for plotting as a tree. |
|
classes/@history/ |
% SUBSASGN define index assignment for history properties. |
|
classes/@history/ |
% SUBSREF Define field name indexing for history objects. |
|
classes/@mfir/ |
% SUBSASGN define index assignment for mfir properties. |
|
classes/@mfir/ |
% SUBSREF Define field name indexing for mfir objects. |
|
classes/@miir/ |
% SUBSASGN define index assignment for miir properties. |
|
classes/@miir/ |
% SUBSREF Define field name indexing for miir objects. |
|
classes/@param/ |
% SUBSASGN define index assignment for parameter properties. |
|
classes/@param/ |
% SUBSREF Define field name indexing for parameter objects. |
|
classes/@plist/ |
% SUBSASGN define index assignment for parameter list properties. |
|
classes/@plist/ |
% SUBSREF Define field name indexing for parameter list objects. |
|
classes/@pole/ |
% CP2IIR Return a,b IIR filter coefficients for a complex pole designed using the bilinear transform. |
|
classes/@pole/ |
% RP2IIR Return a,b coefficients for a real pole designed using the bilinear transform. |
|
classes/@pole/ |
% SUBSASGN define index assignment for pole properties. |
|
classes/@pole/ |
% SUBSREF Define field name indexing for pole objects. |
|
classes/@provenance/ |
% SUBSASGN define index assignment for provenance properties. |
|
classes/@provenance/ |
% SUBSREF Define field name indexing for provenance objects. |
|
classes/@pzmodel/ |
% GETLOWERFREQ gets the frequency of the lowest pole or zero in the model. |
|
classes/@pzmodel/ |
% GETUPPERFREQ gets the frequency of the highest pole or zero in the model. |
|
classes/@pzmodel/ |
% SUBSASGN define index assignment for pzmodel properties. |
|
classes/@pzmodel/ |
% SUBSREF Define field name indexing for pole/zero model objects. |
|
classes/@specwin/ |
% SUBSASGN define index assignment for specwin properties. |
|
classes/@specwin/ |
% SUBSREF Define field name indexing for specwin objects. |
|
classes/@time/ |
% SUBSASGN define index assignment for time properties. |
|
classes/@time/ |
% SUBSREF Define field name indexing for time objects. |
|
classes/@timeformat/ |
% SUBSASGN define index assignment for timeformat properties. |
|
classes/@timeformat/ |
% SUBSREF Define field name indexing for timeformat objects. |
|
classes/@timespan/ |
% SUBSASGN define index assignment for timespan properties. |
|
classes/@timespan/ |
% SUBSREF Define field name indexing for timespan objects. |
|
classes/@tsdata/ |
% GET_XY_VALUES returns the x-axis and/or y-axis values. |
|
classes/@tsdata/ |
% RESHAPET reshape the time-vector to match the x vector. |
|
classes/@tsdata/ |
% SETTIME sets the time-vector of a tsdata object based on the length of the x vector and the sample rate. |
|
classes/@tsdata/ |
% SET_XY_AXIS set the x-axis and y-axis values. |
|
classes/@tsdata/ |
% SINGLE_OPERATION implements specified operator overload for tsdata objects. |
|
classes/@tsdata/ |
% SUBSASGN define index assignment for for tsdata properties. |
|
classes/@tsdata/ |
% SUBSREF Define field name indexing for tsdata objects. |
|
classes/@xydata/ |
% GET_XY_VALUES returns the x-axis and/or y-axis values. |
|
classes/@xydata/ |
% RESHAPEX reshape the X to match the Y vector. |
|
classes/@xydata/ |
% SET_XY_AXIS set the x-axis and y-axis values. |
|
classes/@xydata/ |
% SINGLE_OPERATION implements specified operator overload for xydata objects. |
|
classes/@xydata/ |
% SUBSASGN define index assignment for xydata properties. |
|
classes/@xydata/ |
% SUBSREF Define field name indexing for xydata objects. |
|
classes/@xyzdata/ |
% GET_XYZ_VALUES returns the x-axis and/or y-axis and/or z-axis values. |
|
classes/@xyzdata/ |
% SINGLE_OPERATION implements specified operator overload for xyzdata objects. |
|
classes/@xyzdata/ |
% SUBSASGN define index assignment for xyzdata properties. |
|
classes/@xyzdata/ |
% SUBSREF Define field name indexing for xyzdata objects. |
|
classes/@zero/ |
% CZ2IIR return a,b IIR filter coefficients for a complex zero designed using the bilinear transform. |
|
classes/@zero/ |
% RZ2IIR Return a,b IIR filter coefficients for a real zero designed using the bilinear transform. |
|
classes/@zero/ |
% SUBSASGN define index assignment for zero properties. |
|
classes/@zero/ |
% SUBSREF Define field name indexing for zero objects. |
|
m/helper/ |
% LTPDA_DISP display a formatted string to screen. |
|
m/mysql/ |
% LTPDA_DBQUERY query an AO repository database. |
|
m/mysql/ |
% LTPDA_OBJ_RETRIEVE retrieves a collection of objects from an LTPDA repository. |
|
m/sigproc/frequency_domain/ |
% LTPDA_LTF_PLAN computes all input values needed for the LPSD and LTFE |
|
m/sigproc/frequency_domain/ |
% LTPDA_LXSPEC performs cross-spectral analysis of various forms. |
Function name | Directory | Description |
---|---|---|
m/timetools/statespacefunctions/ |
%Log likelihood criterion |
|
m/timetools/statespacefunctions/ |
% assembles embedded subsytems, with exogenous inputs |
|
m/timetools/statespacefunctions/ |
% makes meta-system representing assembled embedded subsytems with cells |
|
m/timetools/statespacefunctions/ |
% SystemFlatten makes a system out of assembled subsystems |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_check throws an error is something is wrong is found in the subsystem. |
|
m/timetools/statespacefunctions/ |
% ltpda_miir2ss converts a iir filter model into a subsystem. |
|
m/timetools/statespacefunctions/ |
%Kalman filter |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_make is the generic function to decalre or load a subsystem. |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_modify enables to modify parameters and retrieve numerical |
|
m/timetools/statespacefunctions/ |
% timeModify is the generic function to decalre or load a subsystem. |
|
m/timetools/statespacefunctions/ |
%% conversion from a pole zero model |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_select enables to select a smaller I/O set of a system |
|
m/timetools/statespacefunctions/ |
%simulates a discrete state space system |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_ss2iir converts a state space system into a iir object |
|
m/timetools/statespacefunctions/ |
% ltpda_ss_ss2pz converts a time continuousvstate space system into a |
|
m/timetools/statespacefunctions/ |
%ltpda_loglike |
|
m/timetools/statespacefunctions/ |
% test function for utp_ltpda_ss_assemble using 3 subsystems, random dims. |
|
m/timetools/statespacefunctions/ |
% test function for ltpda_ss_assemble - syntaxic |
|
m/timetools/statespacefunctions/ |
% test function for ltpda_ss_miir2ss |
|
m/timetools/statespacefunctions/ |
%tests ltpda_simulate_discrete which simulates a discrete state space system |
|
m/timetools/statespacefunctions/ |
% tests utp_ltpda_ss_make |
|
m/timetools/statespacefunctions/ |
% tests ltpda_ss_modify |
|
m/timetools/statespacefunctions/ |
% tests ltpda_ss_modify_time_setup with both syntaxic and numerical test. |
|
m/timetools/statespacefunctions/ |
% test conversion from state-space to pole zero model |
|
m/timetools/statespacefunctions/ |
% utp_ltpda_ss_random_generate subfunction generates a random system |
|
m/timetools/statespacefunctions/ |
% utp_ltpda_ss_select checks ltpda_ss_select |
|
m/timetools/statespacefunctions/ |
%tests ltpda_simulate_discrete which simulates a discrete state space system |
|
m/timetools/statespacefunctions/ |
% make is the generic function to decalre or load a subsystem. |