Categories of the Class COLLECTION

Constructor Summary of all constructor 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

Constructor

collection Constructor for collection class.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Helper

addObjects Adds the given objects to the collection.
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.
get Get a property of a object.
getObjectAtIndex Index into the inner objects of one collection object.
getObjectsOfClass Returns all objects of the specified class in a collection-object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
nobjs Returns the number of objects in the inner object array.
removeObjectAtIndex Removes the object at the specified position from the collection.
requirements Returns a list of LTPDA extension requirements for a given object.
setDescription Sets the 'description' property of a ltpda_uoh object.
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setObjectAtIndex Sets an input object to the collection.
setObjs Sets the 'objs' property of a collection 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.
setShowsErrors Sets the 'showErrors' property of a the object's plotinfo.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
isprop Tests if the given field is one of the object properties.
plot The collection objects.
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

conj Implements conj operator for ltpda_container objects.

Back to Top Back to Top

Output

char Convert a collection object into a string.
display Overloads display functionality for collection objects.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
unpack Unpacks the objects in a collection and sets them to the given output
viewHistory Displays the history of an object as a dot-view or a MATLAB figure.

Back to Top Back to Top

Relational Operator

eq Overloads the == operator for ltpda objects.
isequal Overloads the isequal operator for ltpda objects.
ne Overloads the ~= operator for ltpda objects.

Back to Top Back to Top

Signal Processing

abs Overloads the Absolute value method for analysis objects in a ltpda_container object.
cohere Estimates the coherence between time-series objects in a collection object.
consolidate Resamples all input AOs in a ltpda_container object onto the same time grid.
cpsd Estimates the cross-spectral density between time-series objects in a collection object.
detrend Detrends the analysis objects in a ltpda_container object using a polynomial of degree N.
diff Differentiates the data in a ltpda_container object.
downsample Downsamples each time-series AO in the ltpda_container.
dsmean Resamples each time-series AO in the ltpda_container.
fft Implements the fft operator for ltpda_container objects.
filter Overrides the filter function for analysis objects in a collection object.
filtfilt Overrides the filtfilt function for analysis objects in a collection object.
fixfs Adjusts the sample frequency of each time-series AO in the ltpda_container.
heterodyne Heterodynes time-series in a ltpda_container object.
interp Interpolate the values of each AO in the ltpda_container at new values.
interpmissing Interpolate missing samples of each time-series AO in the ltpda_container.
lpsd Computes the log-scale PSD of the time-series AOs in a ltpda_container object.
polyfit Overloads polyfit() function of MATLAB for ltpda_container objects.
psd Computes the PSD of the time-series in a ltpda_container object.
removeVal Removes values from each AO in the ltpda_container.
resample Resamples each time-series AO in the ltpda_container.
split Splits a ltpda_container object into the specified segments.
sqrt Computes the sqrt of each object in the ltpda_container.
tfe Estimates the transfer function between time-series objects in a collection object.
timeaverage Averages time series intervals in a ltpda_container object.
uminus Overloads the uminus operator for all AOs in the ltpda_container.

Back to Top Back to Top

Static

SETS (No help available)
buildplist (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
identifyInsideObjs Static method which identify the inside objects and configuration PLISTs.
initObjectWithSize (No help available)
load Loads LTPDA objects from a file
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team