golib  0.5
goSignalTransform< T > Class Template Reference

#include <gosignaltransform.h>

Public Member Functions

void * getTransform ()
 
bool dft ()
 

Protected Attributes

goSignal< goComplex< goDouble > > * transform
 
goSignalTransformInfo info
 

Detailed Description

template<class T>
class goSignalTransform< T >

Signal transformation. This class is intended to perform transformations like DFT on signals of type goSignal.

Author
Christian Gosch
See also
goSignal goNVector goArray

Member Function Documentation

◆ dft()

template<class T >
bool goSignalTransform< T >::dft ( )

Performs a discrete Fourier transform on the signal.

Returns
True if operation was successful

◆ getTransform()

template<class T >
void * goSignalTransform< T >::getTransform ( )
inline

Used to retrieve the transformed signal of type goSignal. The transformed signal is always of type goComplex<goDouble>. This method does not trigger any calculation !

Returns
Void pointer to the transformed goSignal. Cast it to goSignal<goComplex<goDouble> >*.
See also
goSignal
goComplex

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