#include <UT_FFT.h>
Public Member Functions | |
| UT_FFT (exint npnts) | |
| ~UT_FFT () | |
| void | toFrequency (float *source, float *destr, float *desti, exint npnts) |
| void | toFrequency (float *sourcer, float *sourcei, float *destr, float *desti, exint npnts) |
| void | toTime (float *sourcer, float *sourcei, float *dest, exint npnts) |
| void | toTime (float *sourcer, float *sourcei, float *destr, float *desti, exint npnts) |
Static Public Member Functions | |
| static void | toFrequency2D (float *sourcer, float *sourcei, float *destr, float *desti, exint size) |
| static void | toTime2D (float *sourcer, float *sourcei, float *destr, float *desti, exint size) |
Definition at line 30 of file UT_FFT.h.
| UT_FFT::UT_FFT | ( | exint | npnts | ) | [explicit] |
| UT_FFT::~UT_FFT | ( | ) |
| void UT_FFT::toFrequency | ( | float * | sourcer, | |
| float * | sourcei, | |||
| float * | destr, | |||
| float * | desti, | |||
| exint | npnts | |||
| ) |
| void UT_FFT::toFrequency | ( | float * | source, | |
| float * | destr, | |||
| float * | desti, | |||
| exint | npnts | |||
| ) |
| static void UT_FFT::toFrequency2D | ( | float * | sourcer, | |
| float * | sourcei, | |||
| float * | destr, | |||
| float * | desti, | |||
| exint | size | |||
| ) | [static] |
| void UT_FFT::toTime | ( | float * | sourcer, | |
| float * | sourcei, | |||
| float * | destr, | |||
| float * | desti, | |||
| exint | npnts | |||
| ) |
| void UT_FFT::toTime | ( | float * | sourcer, | |
| float * | sourcei, | |||
| float * | dest, | |||
| exint | npnts | |||
| ) |
| static void UT_FFT::toTime2D | ( | float * | sourcer, | |
| float * | sourcei, | |||
| float * | destr, | |||
| float * | desti, | |||
| exint | size | |||
| ) | [static] |
1.5.9