Theoretica
A C++ numerical and automatic mathematical library
|
Fast Fourier Transform. More...
#include "../core/bit_op.h"
#include "../algebra/algebra_types.h"
#include "../algebra/algebra.h"
#include "../complex/complex.h"
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... | |
Fast Fourier Transform.