Click or drag to resize
FFT Methods

The FFT type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCconvolve
Returns the circular convolution of the two specified complex arrays.
Public methodStatic memberConvolve
Returns the linear convolution of the two specified complex arrays.
Public methodStatic memberFft
Returns the FFT of the specified complex array.
Public methodStatic memberIfft
Returns the inverse FFT of the specified complex array.
Public methodStatic memberMainTest
Demo test the FFT class.
Top
See Also