#include <gosignaltransform.h>
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
◆ dft()
Performs a discrete Fourier transform on the signal.
- Returns
- True if operation was successful
◆ getTransform()
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:
- gosignaltransform.h
- gosignaltransform.cc