Method matrix/fft
FFT implements the fft operator for matrix objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: FFT implements the fft operator for matrix objects.
CALL: out = fft(in, pl);
INPUTS: in - input matrix objects
pl - parameter list
OUTPUTS: out - output matrix objects
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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 |
TYPE |
'one' |
|
The fft type. Choose between: - Plain (complete non-symmetric)
- One-sided (from zero to Nyquist)
- Two-sided (complete symmetric).
|
SCALE |
0 |
|
set to 'true' to scale FFT by sampling rate to match amplitude in continuous domain. Only applicable to time-series AOs. |
back to top
Some information of the method matrix/fft are listed below: |
Class name |
matrix |
Method name |
fft |
Category |
Signal Processing |
CVS Version |
1af0b21675e8089cbd0dd1d95314adeb4a9a0023 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: matrix/dsmean |
|
Method: matrix/fixfs |
 |
©LTP Team