fft


Description:

public void fft (float timedata, F32Complex freqdata)

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

timedata must have as many samples as specified with the len parameter while allocating the F32 instance with F32.

freqdata must be large enough to hold len/2 + 1 F32Complex frequency domain samples.

Parameters:

this

F32 instance for this call

timedata

Buffer of the samples in the time domain

freqdata

Target buffer for the samples in the frequency domain