25 std::unique_ptr<Fft_impl> _impl;
Perform forward FFT's on real time data. Computes single-sided spectra, equivalent to Numpy's rfft an...
Fft & operator=(const Fft &)=delete
vd ifft(const vc &freqdata)
static std::string store_fft_wisdom()
Return a string containing FFT wisdom storage. String is empty for backend != FFTW.
vc fft(const vd &timedata)
us nfft() const
Return nfft.
static void load_fft_wisdom(const std::string &wisdom)
Load FFT wisdom from a wisdom string. Function does nothing if FFT backend is not FFTW.
size_t us
We often use boolean values.