HalfComplex< Type, Channels > Class Template Reference
#include <signals.h>
List of all members.
Public Member Functions |
| | HalfComplex (unsigned4 real, unsigned4 com) |
| HalfComplex< Type, Channels > & | operator/= (const HalfComplex< Type, Channels > &other) |
| virtual void | toPolar (BasicSignal< Type, Channels > &energy) |
| virtual void | toPolar (BasicSignal< Type, Channels > &energy, BasicSignal< Type, Channels > &angle) |
| virtual void | fromPolar (const BasicSignal< Type, Channels > &energy, const BasicSignal< Type, Channels > &angle) |
Detailed Description
template<class Type, int Channels>
class HalfComplex< Type, Channels >
The halfcomplex class will use an internal representation which follows the fftw convention. The first half is the real part and from end to start in the second part we find the complex coefficients.
Constructor & Destructor Documentation
template<class Type, int Channels>
Halfcomplex storage
References assert().
Member Function Documentation
template<class Type, int Channels>
template<class Type, int Channels>
template<class Type, int Channels>
template<class Type, int Channels>
The documentation for this class was generated from the following file: