Method | Description | |
---|---|---|
FFT ( MatrixValue values ) : System |
Creates a new instance.
|
|
Transform1D ( ) : MatrixValue |
Transforms the data as 1D.
|
|
Transform2D ( ) : MatrixValue |
Transforms the data as 2D.
|
Method | Description | |
---|---|---|
fft ( MatrixValue x ) : MatrixValue | ||
fft2d ( MatrixValue input ) : MatrixValue | ||
ifft ( MatrixValue x ) : MatrixValue | ||
ifft2d ( MatrixValue input ) : MatrixValue |
public FFT ( MatrixValue values ) : System | ||
values | MatrixValue | The data. |
return | System |