FFT
Implements fast fourier transform.FFT
Implements fast fourier transform.
Usage
output = fft(input)
Both input and output type is array <vector>, where in the vector x is Re, and y is Im, z is unused.
Implements fast fourier transform.
output = fft(input)
Both input and output type is array <vector>, where in the vector x is Re, and y is Im, z is unused.