FourierTransform2 Methods |
The FourierTransform2 type exposes the following members.
Name | Description | |
---|---|---|
Convolve(Double, Double, Double) |
Computes the circular convolution of the given real
vectors. All vectors must have the same length.
| |
Convolve(Complex, Complex, Complex) |
Computes the circular convolution of the given complex
vectors. All vectors must have the same length.
| |
Convolve(Double, Double, Double, Double, Double, Double) |
Computes the circular convolution of the given complex
vectors. All vectors must have the same length.
| |
DFT |
1-D Discrete Fourier Transform.
| |
DFT2 |
2-D Discrete Fourier Transform.
| |
FFT(Complex, FourierTransformDirection) |
1-D Fast Fourier Transform.
| |
FFT(Double, Double, FourierTransformDirection) |
1-D Fast Fourier Transform.
| |
FFT2 |
2-D Fast Fourier Transform.
|