FFT

interface FFT

Functions

Link copied to clipboard
abstract fun rfft(signal: FloatArray, nfft: Int): Array<Complex>

Compute the one-dimensional discrete Fourier Transform for real input. This function computes the one-dimensional n-point discrete Fourier Transform (DFT) of a real-valued array by means of an efficient algorithm called the Fast Fourier Transform (FFT).

Inheritors

Link copied to clipboard
Link copied to clipboard