F32


Description:

public F32 (int len, bool inverse)

This returns a new F32 instance with the given parameters.

It makes sense to keep one instance for several calls for speed reasons.

len must be even and to get the best performance a product of 2, 3 and 5. To get the next number with this characteristics use fft_next_fast_length.

Parameters:

len

Length of the FFT in the time domain

inverse

true if the F32 instance should be used for the inverse FFT

Returns:

a new F32 instance.