23 #ifndef XTRACT_HELPER_H 24 #define XTRACT_HELPER_H 50 int xtract_windowed(
const float *data,
const int N,
const void *argv,
float *result);
int xtract_windowed(const float *data, const int N, const void *argv, float *result)
Apply a window function to an array of length N.
int xtract_is_denormal(double const d)
Test whether a number is denormal.
int xtract_features_from_subframes(const float *data, const int N, const int feature, const void *argv, float *result)
Divides the array pointed to by *data into two subframes, and applies a given feature to each subfram...