inverse_fft


Description:

public void inverse_fft (F64Complex freqdata, double timedata)

This performs the inverse FFT on freqdata and puts the result in timedata.

freqdata must have len/2 + 1 samples, where len is the parameter specified while allocating the F64 instance with F64.

timedata must be large enough to hold len time domain samples.

Parameters:

this

F64 instance for this call

freqdata

Buffer of the samples in the frequency domain

timedata

Target buffer for the samples in the time domain