Waveform
Waveform is a C++ header-only library which represents both the time and the frequency domains of a waveform/signal as a single object, transforming using FFTW automatically when needed.
|
Public Member Functions | |
template<typename Iterator1 , typename Iterator2 > | |
Fftw3_Dft_1d (Iterator1 first1, Iterator1 last1, Iterator2 first2) | |
Iterator bounds constructor. | |
template<typename RandomAccessRange1 , typename RandomAccessRange2 > | |
Fftw3_Dft_1d (RandomAccessRange1 &range1, RandomAccessRange2 &range2) | |
Boost::range constructor (Random Access Range) | |
void | exec_transform (void) |
void | exec_inverse_transform (void) |
Definition at line 155 of file FftwTransform.hpp.