From e028f0d8204722f01495ec28edadbb4bdf1b6f1b Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 6 Jun 2014 09:55:01 +0100 Subject: Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum --- xtract/libxtract.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 8c20980..e7047de 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -71,7 +71,7 @@ extern "C" { * @{ */ -#define XTRACT_FEATURES 61 +#define XTRACT_FEATURES 62 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */ enum xtract_features_ { @@ -137,7 +137,8 @@ enum xtract_features_ { XTRACT_LPCC, XTRACT_SUBBANDS, /* Helper functions */ - XTRACT_WINDOWED + XTRACT_WINDOWED, + XTRACT_SMOOTHED }; /** \brief Enumeration of feature initialisation functions */ -- cgit v1.2.3