![]() |
das2C
das core C utilities (v3)
|
Provides a wrapper around FFTW for memory management and normalization. More...
#include <das2/defs.h>
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. | |
Functions | |
DAS_API const double * | Dft_getReal (Das2Dft *pThis, size_t *pLen) |
Return the real component after a calculation. More... | |
Provides a wrapper around FFTW for memory management and normalization.