From: <jpi...@us...> - 2012-04-11 10:03:01
|
Revision: 10187 http://octave.svn.sourceforge.net/octave/?rev=10187&view=rev Author: jpicarbajal Date: 2012-04-11 10:02:51 +0000 (Wed, 11 Apr 2012) Log Message: ----------- system-identification: Adding TODO to devel Added Paths: ----------- trunk/octave-forge/main/system-identification/devel/@timeseries/TODO Added: trunk/octave-forge/main/system-identification/devel/@timeseries/TODO =================================================================== --- trunk/octave-forge/main/system-identification/devel/@timeseries/TODO (rev 0) +++ trunk/octave-forge/main/system-identification/devel/@timeseries/TODO 2012-04-11 10:02:51 UTC (rev 10187) @@ -0,0 +1,48 @@ +synchronize +Synchronize and resample two timeseries objects using a common time vector. + +getinterpmethod +Get the interpolation method for a timeseries object. + +resample +Select or interpolate data in a timeseries object using a new time vector. + +setinterpmethod +Set interpolation method for a timeseries object. + +addsample +Add a data sample to a timeseries object. + +delsample +Delete a sample from a timeseries object. + +append +Concatenate timeseries objects in the time dimension. + +detrend +Subtract the mean or best-fit line and remove all NaNs from time-series data. + +filter +Shape frequency content of time-series data using a 1-D digital filter. + +getdatasamples +Extract a subset of data samples from an existing timeseries object into an array using a subscripted indexed array. + +getsamples +Extract a subset of data samples from an existing timeseries object into a new timeseries object using a subscript indexed array. + +getsampleusingtime +Extract data samples from an existing timeseries object into a new timeseries object based on specified start and end time values. + +idealfilter +Apply an ideal pass or notch (noncausal) filter to a timeseries object. + +setuniformtime +Assign uniform time vector to timeseries object. + +transpose +Transpose a timeseries object. + +ctranspose +Transpose a timeseries object. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |