Go to the source code of this file.
|
void | BFhighpass (int npoles, float f3db, int n, const float *arrin, float *arrout) |
|
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 | Convolve (int lx, int ifx, const float *x, int ly, int ify, const float *y, int lz, int ifz, float *z) |
|
void | Resample (int stepsize, int ns, const float *arrin, float *arrout) |
|
void | Hilbert (int n, float *x, float *y) |
|
#define mHalfHilbertLength 30 |
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 BFlowpass |
( |
int |
npoles, |
|
|
float |
f3db, |
|
|
int |
n, |
|
|
const float * |
arrin, |
|
|
float * |
arrout |
|
) |
| |
void Convolve |
( |
int |
lx, |
|
|
int |
ifx, |
|
|
const float * |
x, |
|
|
int |
ly, |
|
|
int |
ify, |
|
|
const float * |
y, |
|
|
int |
lz, |
|
|
int |
ifz, |
|
|
float * |
z |
|
) |
| |
void Hilbert |
( |
int |
n, |
|
|
float * |
x, |
|
|
float * |
y |
|
) |
| |
void Resample |
( |
int |
stepsize, |
|
|
int |
ns, |
|
|
const float * |
arrin, |
|
|
float * |
arrout |
|
) |
| |