|
libsdr
0.1.0
A simple SDR library
|
Template specialization for a FFT transform on std::complex<double> values. More...
#include <fftplan_fftw3.hh>
Public Member Functions | |
| FFTPlan (const Buffer< std::complex< double > > &in, const Buffer< std::complex< double > > &out, FFT::Direction dir) | |
| Constructor. More... | |
| FFTPlan (const Buffer< std::complex< double > > &inplace, FFT::Direction dir) | |
| Constructor. More... | |
| virtual | ~FFTPlan () |
| Destructor. More... | |
| void | operator() () |
| Performs the transformation. More... | |
Protected Attributes | |
| Buffer< std::complex< double > > | _in |
| Input buffer. More... | |
| Buffer< std::complex< double > > | _out |
| Output buffer. More... | |
| fftw_plan | _plan |
| The FFT plan. More... | |
Template specialization for a FFT transform on std::complex<double> values.
|
inline |
Constructor.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inline |
Performs the transformation.
|
protected |
Input buffer.
|
protected |
Output buffer.
|
protected |
The FFT plan.
1.8.9.1