libdas2
das2 core C utilities
|
Provides a wrapper around FFTW for memory management and normalization. More...
Provides a wrapper around FFTW for memory management and normalization.
Go to the source code of this file.
Data Structures | |
struct | Das2Dft |
An amplitude preserving Discrete Fourier Transform converter. More... | |
struct | Das2Psd |
A power spectral density estimator (periodogram) More... | |
Typedefs | |
typedef struct dft_plan | DftPlan |
An structure containing a set of global planning data for DFTs to be preformed. More... | |
Functions | |
const double * | Dft_getReal (Das2Dft *pThis, size_t *pLen) |
Return the real component after a calculation. More... | |