1 #ifndef hilberttransform_h 2 #define hilberttransform_h 21 template <
class T>
class ArrayND;
44 bool getDir()
const {
return forward_; }
48 void setCalcRange(
int startidx,
int convstartidx);
56 bool transform(
const float*,
int szin,
float*,
int szout)
const;
69 float* makeHilbWindow(
int);
70 bool isPossible(
int)
const;
71 bool isFast(
int )
const {
return true; }
73 bool transform(
const float*,
int szin,
float*,
int szout,
#define mExpClass(module)
Definition: commondefs.h:160
Contains the information about the size of ArrayND, and in what order the data is stored (if accessab...
Definition: arrayndinfo.h:23
Definition: uistring.h:89
Interface to a series of values.
Definition: odmemory.h:17
An ArrayND is an array with a given number of dimensions and a size.
Definition: arraynd.h:33
BufferString errmsg_
Definition: horizontracker.h:119