HalfComplex< Type, Channels > Class Template Reference

#include <signals.h>

Inheritance diagram for HalfComplex< Type, Channels >:
Inheritance graph
[legend]
Collaboration diagram for HalfComplex< Type, Channels >:
Collaboration graph
[legend]

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>
DECLARE HalfComplex< Type, Channels >::HalfComplex ( unsigned4  real,
unsigned4  com 
)

Halfcomplex storage

References assert().


Member Function Documentation

template<class Type, int Channels>
DECLARE void HalfComplex< Type, Channels >::fromPolar ( const BasicSignal< Type, Channels > &  energy,
const BasicSignal< Type, Channels > &  angle 
) [virtual]
template<class Type, int Channels>
DECLARE HalfComplex< Type, Channels > & HalfComplex< Type, Channels >::operator/= ( const HalfComplex< Type, Channels > &  other  ) 
template<class Type, int Channels>
DECLARE void HalfComplex< Type, Channels >::toPolar ( BasicSignal< Type, Channels > &  energy,
BasicSignal< Type, Channels > &  angle 
) [virtual]
template<class Type, int Channels>
DECLARE void HalfComplex< Type, Channels >::toPolar ( BasicSignal< Type, Channels > &  energy  )  [virtual]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2