From d88ff54ee9be978bbdb44cedacb9b3df598b1017 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 30 Mar 2011 10:51:39 +0000 Subject: - reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtract_spectral_kurtosis() using correct maths - removed xtract_spectral_average_deviation() --- src/libxtract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index 0215add..80a710e 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -27,7 +27,7 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_mean, xtract_variance, xtract_standard_deviation, - xtract_average_deviation, + /* xtract_average_deviation, */ xtract_skewness, xtract_kurtosis, xtract_spectral_mean, -- cgit v1.2.3