From 46ee1ba4b2e3eda3e14abfc969356f6dcb0c6dc0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 20 Dec 2006 15:34:56 +0000 Subject: Added new features: sum, highest_value, crest and noisiness --- xtract/libxtract.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 7670c83..8c0dc40 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -53,13 +53,8 @@ extern "C" { * @{ */ -#define XTRACT_FEATURES 45 +#define XTRACT_FEATURES 47 -#define LOG_LIMIT 10e-10 -#define VERY_BIG_NUMBER 2e10 -#define SR_LIMIT 192000 -#define BARK_BANDS 26 - /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */ enum features_ { MEAN, @@ -89,7 +84,9 @@ enum features_ { ODD_EVEN_RATIO, SHARPNESS, SLOPE, - LOWEST, + LOWEST_VALUE, + HIGHEST_VALUE, + SUM, HPS, F0, FAILSAFE_F0, -- cgit v1.2.3