fourier

module of dascore.transform source

Module for Fourier transforms.

See the FFT note for discussion on the implementation.

Functions

Name Description
dft Perform the discrete Fourier transform (dft) on specified dimension(s).
idft Perform the inverse discrete Fourier transform (idft) on specified dimension(s).