Go to the source code of this file.
Classes | |
struct | drft_lookup |
Functions | |
void | spx_drft_forward (struct drft_lookup *l, float *data) |
void | spx_drft_backward (struct drft_lookup *l, float *data) |
void | spx_drft_init (struct drft_lookup *l, int n) |
void | spx_drft_clear (struct drft_lookup *l) |
void spx_drft_backward | ( | struct drft_lookup * | l, | |
float * | data | |||
) |
void spx_drft_clear | ( | struct drft_lookup * | l | ) |
void spx_drft_forward | ( | struct drft_lookup * | l, | |
float * | data | |||
) |
void spx_drft_init | ( | struct drft_lookup * | l, | |
int | n | |||
) |