| FFT Methods |
The FFT type exposes the following members.
| Name | Description | |
|---|---|---|
| Cconvolve |
Returns the circular convolution of the two specified complex arrays. | |
| Convolve |
Returns the linear convolution of the two specified complex arrays. | |
| Fft | Returns the FFT of the specified complex array. | |
| Ifft |
Returns the inverse FFT of the specified complex array. | |
| MainTest |
Demo test the FFT class. |