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.
 All Classes Namespaces Functions Typedefs Friends Groups
Public Member Functions | List of all members
Waveform::Transform::Fftw3_Dft_1d_Normalized Class Reference

Public Member Functions

template<typename Iterator1 , typename Iterator2 >
 Fftw3_Dft_1d_Normalized (Iterator1 first1, Iterator1 last1, Iterator2 first2)
 Iterator bounds constructor.
 
template<typename RandomAccessRange1 , typename RandomAccessRange2 >
 Fftw3_Dft_1d_Normalized (RandomAccessRange1 &range1, RandomAccessRange2 &range2)
 Boost::range constructor (Random Access Range)
 
void exec_transform (void)
 
void exec_inverse_transform (void)
 

Detailed Description

Definition at line 275 of file FftwTransform.hpp.


The documentation for this class was generated from the following file: