Method matrix/fixfs
FIXFS adjusts the sample frequency of each time-series AO in the matrix.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: FIXFS adjusts the sample frequency of each time-series AO in the matrix.
CALL: out = fixfs(in,pl);
Note: this is just a wrapper of ao/fixfs. Each AO in the matrix is passed
to fixfs with the input plist.
INPUTS: in - input matrix objects
pl - parameter list
OUTPUTS: out - output matrix objects
Parameters Description
VERSION: $Id: fixfs.m,v 1.1 2011/08/23 13:51:17 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
matrix |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
FS |
[] |
none |
The target sampling frequency. |
METHOD |
'time' |
|
Choose if the new data should span the same time or preserve the number of samples (time/samples) |
FILTER |
'off' |
|
Specify options for the antialiasing filter. |
INTERPOLATION |
'spline' |
- 'nearest'
- 'linear'
- 'spline'
- 'cubic'
|
Specify the interpolation method. |
back to top
Some information of the method matrix/fixfs are listed below: |
Class name |
matrix |
Method name |
fixfs |
Category |
Arithmetic Operator |
CVS Version |
$Id: fixfs.m,v 1.1 2011/08/23 13:51:17 hewitson Exp $ |
Min input args |
2 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: matrix/filtfilt |
|
Method: matrix/minus |
 |
©LTP Team