Theoretica
A C++ numerical and automatic mathematical library
fft.h File Reference

Fast Fourier Transform. More...

Go to the source code of this file.

Namespaces

 theoretica
 Main namespace of the library which contains all functions and objects.
 
 theoretica::signal
 Signal processing module.
 

Functions

template<typename ReturnVector = cvec, typename InputVector = cvec>
ReturnVector theoretica::signal::fft (const InputVector &x, bool inverse=false)
 Compute the Fast Fourier Transform of a set of data points. More...
 
template<typename ReturnVector = cvec, typename InputVector = cvec>
ReturnVector theoretica::signal::ifft (const InputVector &k)
 Compute the Inverse Fast Fourier Transform of a set of data points. More...
 

Detailed Description

Fast Fourier Transform.