Crate scir_fft

Crate scir_fft 

Source
Expand description

FFT utilities for SciR.

Functionsยง

fft
Compute the forward FFT of a real-valued array.
ifft
Compute the inverse FFT of a complex-valued array.
irfft
Compute the inverse real FFT producing a real-valued array.
rfft
Compute the forward real FFT of a real-valued array.