22 mGlobal(Algo)
void BFlowpass (
int npoles,
float f3db,
int n,const
float* arrin,
24 mGlobal(Algo)
void AntiAlias(
float frac,
int n,const
float* arrin,
float* arrout);
26 int ly,
int ify,const
float* y,
27 int lz,
int ifz,
float* z);
33 #define mHalfHilbertLength 30 #define mGlobal(module)
Definition: commondefs.h:163
void Convolve(int lx, int ifx, const float *x, int ly, int ify, const float *y, int lz, int ifz, float *z)
void BFlowpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
void AntiAlias(float frac, int n, const float *arrin, float *arrout)
void BFhighpass(int npoles, float f3db, int n, const float *arrin, float *arrout)
void Resample(int stepsize, int ns, const float *arrin, float *arrout)
void Hilbert(int n, float *x, float *y)