26 #ifndef XTRACT_HELPER_H
27 #define XTRACT_HELPER_H
64 int xtract_windowed(
const double *data,
const int N,
const void *argv,
double *result);
97 int xtract_smoothed(
const double *data,
const int N,
const void *argv,
double *result);
int xtract_features_from_subframes(const double *data, const int N, const int feature, const void *argv, double *result)
Divides the array pointed to by *data into two subframes, and applies a given feature to each subfram...
int xtract_windowed(const double *data, const int N, const void *argv, double *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_smoothed(const double *data, const int N, const void *argv, double *result)
Smooth a vector.
bool xtract_is_poweroftwo(unsigned int x)
Test whether a number is a power of two.