Functions - By Category


Categories




Operator

Function name Directory Description

abs

classes/@ao/

% ABS overloads the Absolute value method for Analysis objects.

complex

classes/@ao/

% COMPLEX overloads the complex operator for Analysis objects.

conj

classes/@ao/

% CONJ overloads the conjugate operator for Analysis objects.

ctranspose

classes/@ao/

% CTRANSPOSE overloads the ' operator for Analysis Objects.

det

classes/@ao/

% DET overloads the determinant function for Analysis objects.

diag

classes/@ao/

% DIAG overloads the diagonal operator for Analysis Objects.

eig

classes/@ao/

% EIG overloads the determinant function for Analysis objects.

exp

classes/@ao/

% EXP overloads the exp operator for Analysis objects. Exponential.

imag

classes/@ao/

% IMAG overloads the imaginary operator for Analysis objects.

inv

classes/@ao/

% INV overloads the inverse function for Analysis Objects.

ln

classes/@ao/

% LN overloads the log operator for Analysis objects. Natural logarithm.

log

classes/@ao/

% LOG overloads the log operator for Analysis objects. Natural logarithm.

log10

classes/@ao/

% LOG10 overloads the log10 operator for Analysis objects. Common (base 10) logarithm.

max

classes/@ao/

% MAX computes the maximum value of the data in the AO.

mean

classes/@ao/

% MEAN computes the mean value of the data in the AO.

median

classes/@ao/

% MEDIAN computes the median value of the data in the AO.

min

classes/@ao/

% MIN computes the minimum value of the data in the AO.

mode

classes/@ao/

% MODE computes the modal value of the data in the AO.

norm

classes/@ao/

% NORM overloads the norm operator for Analysis Objects.

phase

classes/@ao/

% PHASE overloads the ltpda_phase operator for Analysis objects.

real

classes/@ao/

% REAL overloads the real operator for Analysis objects.

sign

classes/@ao/

% SIGN overloads the sign operator for Analysis objects.%

sort

classes/@ao/

% SORT the values in the AO.

sqrt

classes/@ao/

% SQRT computes the square root of the data in the AO.

std

classes/@ao/

% STD computes the standard deviation of the data in the AO.

sum

classes/@ao/

% SUM computes the sum of the data in the AO.

svd

classes/@ao/

% SVD overloads the determinant function for Analysis objects.

transpose

classes/@ao/

% TRANSPOSE overloads the .' operator for Analysis Objects.

uminus

classes/@ao/

% UMINUS overloads the uminus operator for Analysis objects.

var

classes/@ao/

% VAR computes the variance of the data in the AO.

zeropad

classes/@ao/

% ZEROPAD zero pads the input data series.

tomfir

classes/@pzmodel/

% TOMFIR approximates a pole/zero model with an FIR filter.

tomiir

classes/@pzmodel/

% TOMIIR converts a pzmodel to an IIR filter using a bilinear transform.

Back to top

Trigonometry

Function name Directory Description

acos

classes/@ao/

% ACOS overloads the acos method for Analysis objects.

asin

classes/@ao/

% ASIN overloads the asin method for Analysis objects.

atan

classes/@ao/

% ATAN overloads the atan method for Analysis objects.

atan2

classes/@ao/

% ATAN2 overloads the atan2 operator for Analysis objects. Four quadrant inverse tangent.

cos

classes/@ao/

% COS overloads the cos operator for Analysis objects. Cosine of argument in radians.

sin

classes/@ao/

% SIN overloads the sin method for Analysis objects.

tan

classes/@ao/

% TAN overloads the tan method for Analysis objects.

Back to top

Constructor

Function name Directory Description

ao

classes/@ao/

% AO analysis object class constructor.

cdata

classes/@cdata/

% CDATA is the constant data class.

data2D

classes/@data2D/

% DATA2D is the abstract base class for 2-dimensional data objects.

data3D

classes/@data3D/

% DATA3D is the abstract base class for 3-dimensional data objects.

fsdata

classes/@fsdata/

% FSDATA frequency-series object class constructor.

history

classes/@history/

% HISTORY History object class constructor.

ltpda_data

classes/@ltpda_data/

% LTPDA_DATA is the abstract base class for ltpda data objects.

ltpda_filter

classes/@ltpda_filter/

% LTPDA_FILTER is the abstract base class for ltpda filter objects.

ltpda_nuo

classes/@ltpda_nuo/

% LTPDA_NUO is the abstract ltpda base class for ltpda non user object classes.

ltpda_obj

classes/@ltpda_obj/

% LTPDA_OBJ is the abstract ltpda base class.

ltpda_uo

classes/@ltpda_uo/

% LTPDA_UO is the abstract ltpda base class for ltpda user object classes.

ltpda_uoh

classes/@ltpda_uoh/

% LTPDA_UOH is the abstract ltpda base class for ltpda user object classes with history

mfir

classes/@mfir/

% MFIR FIR filter object class constructor.

miir

classes/@miir/

% MIIR IIR filter object class constructor.

minfo

classes/@minfo/

% MINFO a helper class for LTPDA methods.

param

classes/@param/

% PARAM Parameter object class constructor.

plist

classes/@plist/

% PLIST Plist class object constructor.

provenance

classes/@provenance/

% PROVENANCE constructors for provenance class.

pz

classes/@pz/

% PZ is the ltpda class that provides a common definition of poles and zeros.

pzmodel

classes/@pzmodel/

% PZMODEL constructor for pzmodel class.

specwin

classes/@specwin/

% % SPECWIN spectral window object class constructor.

ssm

classes/@ssm/

% SSM statespace model class constructor.

time

classes/@time/

% TIME time object class constructor.

timespan

classes/@timespan/

% TIMESPAN timespan object class constructor.

tsdata

classes/@tsdata/

% TSDATA time-series object class constructor.

xydata

classes/@xydata/

% XYDATA X-Y data object class constructor.

xyzdata

classes/@xyzdata/

% XZYDATA X-Y-Z data object class constructor.

Back to top

Output

Function name Directory Description

ao2m

classes/@ao/

% AO2M converts an analysis object to an '.m' file based on the history.

char

classes/@ao/

% CHAR overloads char() function for analysis objects.

display

classes/@ao/

% DISPLAY implement terminal display for analysis object.

export

classes/@ao/

% EXPORT export an analysis object to a text file.

extractm

classes/@ao/

% EXTRACTM extracts an m-file from an analysis object and saves it to disk.

extractmdl

classes/@ao/

% EXTRACTMDL extracts an mdl file from an analysis object and saves it to disk.

iplot

classes/@ao/

% IPLOT provides an intelligent plotting tool for LTPDA.

plot

classes/@ao/

% PLOT a simple plot of analysis objects.

display

classes/@cdata/

% DISPLAY implement terminal display for cdata object.

display

classes/@fsdata/

% DISPLAY implement terminal display for fsdata object.

char

classes/@history/

% CHAR convert a param object into a string.

display

classes/@history/

% DISPLAY implement terminal display for history object.

hist2dot

classes/@history/

% HIST2DOT converts a history object to a 'DOT' file suitable for processing with graphviz

hist2m

classes/@history/

% HIST2M writes a new m-file that reproduces the analysis described in the history object.

plot

classes/@history/

% PLOT plots a history object as a tree diagram.

string

classes/@history/

% STRING writes a command string that can be used to recreate the input history object.

char

classes/@mfir/

% CHAR convert a mfir object into a string.

display

classes/@mfir/

% DISPLAY overloads display functionality for mfir objects.

string

classes/@mfir/

% STRING writes a command string that can be used to recreate the input filter object.

char

classes/@miir/

% CHAR convert a miir object into a string.

display

classes/@miir/

% DISPLAY overloads display functionality for miir objects.

string

classes/@miir/

% STRING writes a command string that can be used to recreate the input filter object.

char

classes/@minfo/

% CHAR convert an minfo object into a string.

display

classes/@minfo/

% DISPLAY display an minfo object.

char

classes/@param/

% CHAR convert a param object into a string.

display

classes/@param/

% DISPLAY display a parameter

display2

classes/@param/

% DISPLAY display a parameter

string

classes/@param/

% STRING writes a command string that can be used to recreate the input param object.

char

classes/@plist/

% CHAR convert a parameter list into a string.

display

classes/@plist/

% DISPLAY display plist object.

char

classes/@provenance/

% CHAR convert a provenance object into a string.

display

classes/@provenance/

% DISPLAY overload terminal display for provenance objects.

string

classes/@provenance/

% STRING writes a command string that can be used to recreate the input provenance object.

char

classes/@pz/

% CHAR convert a pz object into a string.

display

classes/@pz/

% DISPLAY display a pz object.

string

classes/@pz/

% STRING writes a command string that can be used to recreate the input pz object.

char

classes/@pzmodel/

% CHAR convert a pzmodel object into a string.

display

classes/@pzmodel/

% DISPLAY overloads display functionality for pzmodel objects.

char

classes/@specwin/

% CHAR convert a specwin object into a string.

display

classes/@specwin/

% DISPLAY overloads display functionality for specwin objects.

plot

classes/@specwin/

% PLOT plots a specwin object.

string

classes/@specwin/

% STRING writes a command string that can be used to recreate the input window object.

char

classes/@ssm/

% CHAR convert a ssm object into a string.

display

classes/@ssm/

% DISPLAY display ssm object.

string

classes/@ssm/

% STRING writes a command string that can be used to recreate the input statespace model object.

char

classes/@time/

% CHAR convert a time object into a string.

display

classes/@time/

% DISPLAY overloads display functionality for time objects.

format

classes/@time/

% FORMAT Returns the time in specified format.

char

classes/@timespan/

% CHAR convert a timespan object into a string.

display

classes/@timespan/

% DISPLAY overloads display functionality for timespan objects.

string

classes/@timespan/

% STRING writes a command string that can be used to recreate the input timespan object.

display

classes/@tsdata/

% DISPLAY overloads display functionality for tsdata objects.

display

classes/@xydata/

% DISPLAY overloads display functionality for xydata objects.

char

classes/@xyzdata/

% CHAR convert a ltpda_data-object into a string.

display

classes/@xyzdata/

% DISPLAY overloads display functionality for xyzdata objects.

Back to top

Helper

Function name Directory Description

attachm

classes/@ao/

% ATTACHM attach an m file to the analysis object.

attachmdl

classes/@ao/

% ATTACHMDL attach an mdl file to the analysis object.

cat

classes/@ao/

% CAT concatenate AOs into a vector.

copy

classes/@ao/

% COPY makes a (deep) copy of the input AOs.

demux

classes/@ao/

% DEMUX splits the input vector of AOs into a number of output AOs.

find

classes/@ao/

% FIND particular samples that satisfy the input query and return a new AO.

index

classes/@ao/

% INDEX index into an AO array or matrix. This properly captures the history.

join

classes/@ao/

% JOIN multiple AOs into a single AO.

len

classes/@ao/

% LEN overloads the length operator for Analysis objects. Length of the data samples.

md5

classes/@ao/

% MD5 computes an MD5 checksum from an analysis objects.

mdc1_ifo2acc_inloop

classes/@ao/

% MDC1_IFO2ACC_INLOOP calculates the inloop acceleration in the time-domain.

search

classes/@ao/

% SEARCH selects AOs that match the given name.

setDescription

classes/@ao/

% SETDESCRIPTION sets the 'description' property of the ao.

setFs

classes/@ao/

% SETFS sets the 'fs' property of the ao.

setT0

classes/@ao/

% SETT0 sets the 't0' property of the ao.

setX

classes/@ao/

% SETX sets the 'x' property of the ao.

setXY

classes/@ao/

% SETXY sets the 'xy' property of the ao.

setXunits

classes/@ao/

% SETXUNITS sets the 'xunits' property of the ao.

setY

classes/@ao/

% SETY sets the 'y' property of the ao.

setYunits

classes/@ao/

% SETYUNITS sets the 'yunits' property of the ao.

setZ

classes/@ao/

% SETZ sets the 'z' property of the ao.

string

classes/@ao/

% STRING writes a command string that can be used to recreate the input Analysis object(s).

timeshift

classes/@ao/

% TIMESHIFT for AO/tsdata objects, shifts the time axis such that x(1) = 0.

validate

classes/@ao/

% VALIDATE checks that the input Analysis Object is reproducible and valid.

redesign

classes/@mfir/

% REDESIGN redesign the input filter to work for the given sample rate.

redesign

classes/@miir/

% REDESIGN redesign the input filter to work for the given sample rate.

mux

classes/@param/

% MUX concatenate params into a vector.

append

classes/@plist/

% APPEND append a param-object, plist-object or a key/value pair to the parameter list.

combine

classes/@plist/

% COMBINE multiple parameter lists (plist objects) into a single plist.

find

classes/@plist/

% FIND overloads find routine for a parameter list.

isparam

classes/@plist/

% ISPARAM look for a given key in the parameter lists.

nparams

classes/@plist/

% NPARAMS returns the number of param objects in the list.

pset

classes/@plist/

% PSET set or add a key/value pairor a param-object into the parameter list.

remove

classes/@plist/

% REMOVE remove a parameter from the parameter list.

string

classes/@plist/

% STRING converts a plist object to a command string which will recreate the plist object.

string

classes/@pzmodel/

% STRING writes a command string that can be used to recreate the input pzmodel object.

getTimezones

classes/@time/

% GETTIMEZONES Get all possible timezones.

string

classes/@time/

% STRING writes a command string that can be used to recreate the input time object.

setEndT

classes/@timespan/

% SETENDT Set the property 'endT'.

setStartT

classes/@timespan/

% SETSTARTT Set the property 'startT'.

setTimeformat

classes/@timespan/

% SETTIMEFORMAT Set the property 'timeformat'.

setTimezone

classes/@timespan/

% SETTIMEZONE Set the property 'timezone'.

Back to top

Signal Processing

Function name Directory Description

cohere

classes/@ao/

% COHERE makes coherence estimates of the time-series objects

compute

classes/@ao/

% COMPUTE performs the given operations on the input AOs.

consolidate

classes/@ao/

% CONSOLIDATE resamples all input AOs onto the same time grid.

cpsd

classes/@ao/

% CPSD makes cross-spectral density estimates of the time-series objects.

delay

classes/@ao/

% DELAY delays a time-series using various methods.

detrend

classes/@ao/

% DETREND detrends the input analysis object using a polynomial of degree N.

dft

classes/@ao/

% DFT computes the DFT of the input time-series at the requested frequencies.

diff

classes/@ao/

% DIFF differentiates the data in AO.

downsample

classes/@ao/

% DOWNSAMPLE AOs containing time-series data.

dropduplicates

classes/@ao/

% DROPDUPLICATES drops all duplicate samples in time-series AOs.

dsmean

classes/@ao/

% DSMEAN performs a simple downsampling by taking the mean of every N samples.

fft

classes/@ao/

% FFT overloads the fft method for Analysis objects.

filter

classes/@ao/

% FILTER overrides the filter function for analysis objects.

filtfilt

classes/@ao/

% FILTFILT overrides the filtfilt function for analysis objects.

firwhiten

classes/@ao/

% FIRWHITEN whitens the input time-series by building an FIR whitening filter.

fixfs

classes/@ao/

% FIXFS resamples the input time-series to have a fixed sample rate.

fngen

classes/@ao/

% FNGEN creates an arbitrarily long time-series based on the input PSD.

gapfilling

classes/@ao/

% GAPFILLING fills possible gaps in data.

hist

classes/@ao/

% HIST overloads the histogram function (hist) of MATLAB for Analysis Objects.

ifft

classes/@ao/

% IFFT overloads the ifft operator for Analysis objects.

interp

classes/@ao/

% INTERP interpolate the values in the input AO(s) at new values.

interpmissing

classes/@ao/

% INTERPMISSING interpolate missing samples in a time-series.

lcohere

classes/@ao/

% LCOHERE implement coherence estimation computed on a log frequency axis.

lcpsd

classes/@ao/

% LCPSD implement cross-power-spectral density estimation computed on a log frequency axis.

linedetect

classes/@ao/

% LINEDETECT find spectral lines in the ao/fsdata objects.

lpsd

classes/@ao/

% LPSD implement the LPSD algorithm for analysis objects.

ltfe

classes/@ao/

% LTFE implement transfer-function estimation computed on a log frequency axis.

polyfit

classes/@ao/

% POLYFIT overloads polyfit() function of MATLAB for Analysis Objects.

psd

classes/@ao/

% PSD makes power spectral density estimates of the time-series objects

pwelch

classes/@ao/

% PWELCH makes power spectral density estimates of the time-series objects

resample

classes/@ao/

% RESAMPLE overloads resample function for AOs.

rms

classes/@ao/

% RMS Calculate RMS deviation from spectrum

select

classes/@ao/

% SELECT select particular samples from the input AOs and return new AOs with only those samples.

smoother

classes/@ao/

% SMOOTHER smooths a given series of data points using the specified method.

spectrogram

classes/@ao/

% SPECTROGRAM computes a spectrogram of the given ao/tsdata.

spikecleaning

classes/@ao/

% spikecleaning detects and corrects possible spikes in analysis objects

split

classes/@ao/

% SPLIT split an analysis object into the specified segments.

tfe

classes/@ao/

% TFE makes transfer function estimates of the time-series objects.

upsample

classes/@ao/

% UPSAMPLE overloads upsample function for AOs.

xcorr

classes/@ao/

% XCORR makes cross-correlation estimates of the time-series

resp

classes/@mfir/

% RESP Make a frequency response of the filter.

resp

classes/@miir/

% RESP Make a frequency response of the filter.

resp

classes/@plist/

% RESP shadows miir/iirResp and pzmodel/resp.

resp

classes/@pz/

% RESP returns the complex response of the pz object.

fngen

classes/@pzmodel/

% FNGEN creates an arbitrarily long time-series based on the input pzmodel.

resp

classes/@pzmodel/

% RESP returns the complex response of a pzmodel as an Analysis Object.

Back to top

CATEGORY

Function name Directory Description

dopplercorr

classes/@ao/

% FOO description for function 'foo' in one line. Necessary for lookfor functionality.

lincom

classes/@ao/

% LINCOM

timedomainfit

classes/@ao/

% TIMEDOMAINFIT uses lscov to fit a set of time-series AOs to a target time-series AO.

Back to top

Relational Operator

Function name Directory Description

ge

classes/@ao/

% GE overloads >= operator for analysis objects. Compare the y-axis values.

gt

classes/@ao/

% GT overloads > operator for analysis objects. Compare the y-axis values.

le

classes/@ao/

% LE overloads <= operator for analysis objects. Compare the y-axis values.

lt

classes/@ao/

% LT overloads < operator for analysis objects. Compare the y-axis values.

Back to top

MDC1

Function name Directory Description

mdc1_ifo2control

classes/@ao/

% MDC1_IFO2CONTROL converts the input time-series to control forces.

mdc1_x2acc

classes/@ao/

% MDC1_X2ACC converts the input time-series to acceleration with a time-domain filter

Back to top

Arithmetic Operator

Function name Directory Description

minus

classes/@ao/

% MINUS implements minus operator for analysis objects.

mpower

classes/@ao/

% MPOWER implements mpower operator for analysis objects.

mrdivide

classes/@ao/

% MRDIVIDE implements mrdivide operator for analysis objects.

mtimes

classes/@ao/

% MTIMES implements mtimes operator for analysis objects.

plus

classes/@ao/

% PLUS implements addition operator for analysis objects.

power

classes/@ao/

% POWER implements power operator for analysis objects.

rdivide

classes/@ao/

% RDIVIDE implements rdivide operator for analysis objects.

times

classes/@ao/

% TIMES implements times operator for analysis objects.

minus

classes/@time/

% MINUS overloads - operator for time objects.

plus

classes/@time/

% PLUS overloads + operator for time objects.

Back to top

Internal

Function name Directory Description

applymethod

classes/@cdata/

% APPLYMETHOD applys the given method to the input 2D data.

applyoperator

classes/@cdata/

% APPLYOPERATOR applys the given operator to the two input data objects.

char

classes/@cdata/

% CHAR convert a cdata-object into a string.

copy

classes/@cdata/

% COPY Make copy of cdata objects depending of the second input

getX

classes/@cdata/

% GETX Get the property 'x'.

getY

classes/@cdata/

% GETY Get the property 'y'.

setX

classes/@cdata/

% SETX Set the property 'x'.

setXY

classes/@cdata/

% SETXY Set the property 'xy'.

setXunits

classes/@cdata/

% SETXUNITS Set the property 'xunits'.

setY

classes/@cdata/

% SETY Set the property 'y'.

setYunits

classes/@cdata/

% SETYUNITS Set the property 'yunits'.

copy

classes/@fsdata/

% COPY Make copy of fsdata objects depending of the second input

setEnbw

classes/@fsdata/

% SETENBW Set the property 'enbw'.

setFs

classes/@fsdata/

% SETFS Set the property 'fs'.

setNavs

classes/@fsdata/

% SETNAVS Set the property 'navs'.

setT0

classes/@fsdata/

% SETT0 Set the property 't0'.

copy

classes/@history/

% COPY Make copy of history objects depending of the second input

getNodes

classes/@history/

% GETNODES converts a history object to a nodes structure suitable for plotting as a tree.

getNodes_plot

classes/@history/

% GETNODES_PLOT converts a history object to a nodes structure suitable for plotting as a tree.

copy

classes/@mfir/

% COPY Make copy of mfir objects depending of the second input

copy

classes/@miir/

% COPY Make copy of miir objects depending of the second input

setHistin

classes/@miir/

% SETHISTIN Set the property 'histin'

copy

classes/@minfo/

% COPY Make copy of minfo objects depending of the second input

setMversion

classes/@minfo/

% SETMVERSION Set the property 'mversion'.

copy

classes/@param/

% COPY Make copy of param objects depending of the second input

setKey

classes/@param/

% SETKEY Set the property 'key'.

setKeyVal

classes/@param/

% SETKEYVAL Set the properties 'key' and 'val'

setVal

classes/@param/

% SETVAL Set the property 'val'.

copy

classes/@plist/

% COPY Make copy of plist objects depending of the second input

copy

classes/@provenance/

% COPY Make copy of provenance objects depending of the second input

copy

classes/@pz/

% COPY Make copy of pz objects depending of the second input

cp2iir

classes/@pz/

% CP2IIR Return a,b IIR filter coefficients for a complex pole designed using the bilinear transform.

cz2iir

classes/@pz/

% CZ2IIR return a,b IIR filter coefficients for a complex zero designed using the bilinear transform.

rp2iir

classes/@pz/

% RP2IIR Return a,b coefficients for a real pole designed using the bilinear transform.

rz2iir

classes/@pz/

% RZ2IIR Return a,b IIR filter coefficients for a real zero designed using the bilinear transform.

copy

classes/@pzmodel/

% COPY Make copy of pzmodel objects depending of the second input

getlowerFreq

classes/@pzmodel/

% GETLOWERFREQ gets the frequency of the lowest pole or zero in the model.

getupperFreq

classes/@pzmodel/

% GETUPPERFREQ gets the frequency of the highest pole or zero in the model.

pzm2ab

classes/@pzmodel/

% PZM2AB convert pzmodel to IIR filter coefficients using bilinear transform.

copy

classes/@specwin/

% COPY Make copy of specwin objects depending of the second input

copy

classes/@ssm/

% COPY Make copy of ssm objects depending of the second input

copy

classes/@time/

% COPY Make copy of time objects depending of the second input

setEpochtime

classes/@time/

% SETEPOCHTIME Set the property 'utc_epoch_milli'.

setTime_str

classes/@time/

% SETTIME_STR Set the property 'time_str'.

setTimeformat

classes/@time/

% SETTIMEFORMAT Set the property 'timeformat'.

setTimezone

classes/@time/

% SETTIMEZONE Set the property 'timezone'.

copy

classes/@timespan/

% COPY Make copy of time objects depending of the second input

collapseX

classes/@tsdata/

% COLLAPSEX Checks whether the x vector is evenly sampled and then removes it

copy

classes/@tsdata/

% COPY Make copy of tsdata objects depending of the second input

fixNsecs

classes/@tsdata/

% FIXNSECS fixes the numer of seconds.

getX

classes/@tsdata/

% GETX Get the property 'x'.

growT

classes/@tsdata/

% GROWT grows the time (x) vector if it is empty.

setFs

classes/@tsdata/

% SETFS Set the property 'fs'.

setNsecs

classes/@tsdata/

% SETNSECS Set the property 'nsecs'.

setT0

classes/@tsdata/

% SETT0 Set the property 't0'.

copy

classes/@xydata/

% COPY Make copy of xydata objects depending of the second input

copy

classes/@xyzdata/

% COPY Make copy of xyzdata objects depending of the second input

Back to top

STATESPACE

Function name Directory Description

assemble

classes/@ssm/

% assembles embedded subsytems, with exogenous inputs

double

classes/@ssm/

% Convert a statespace model object to double arrays for given i/o

kalman

classes/@ssm/

%kalman applies Kalman filtering to a discrete ssm with given i/o

modifparams

classes/@ssm/

% modifparams enables to options(i_options)y and substitute parameters

modiftimestep

classes/@ssm/

% modiftime modifies the timestep of a ssm object

modify

classes/@ssm/

% modify allows to exectue a string to modify a ssm object

reduce

classes/@ssm/

% reduce enables to do model simplification

simulate

classes/@ssm/

%simulate simulates a discrete ssm with given inputs

ssm2iirpz

classes/@ssm/

% ssm2iirpz converts a statespace model object to a miir or a pz

ssm2ss

classes/@ssm/

% SSM2SS converts a statespace model object to a MATLAB statespace object.

Back to top




©LTP Team