From 2e66bd6092fe93ca7fa953c4af9d0e16bbf69905 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 28 Dec 2007 19:34:51 +0000 Subject: - Added new helper functions: xtract_windowed() and xtract_features_from_subframes() - Added windowing functions (window.c) --- src/delta.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/delta.c') diff --git a/src/delta.c b/src/delta.c index 79250e2..8e9fcd0 100644 --- a/src/delta.c +++ b/src/delta.c @@ -32,8 +32,7 @@ int xtract_flux(const float *data, const int N, const void *argv , float *result int xtract_lnorm(const float *data, const int N, const void *argv , float *result){ - int feature, - n, + int n, type; float order, @@ -80,7 +79,7 @@ int xtract_decay_time(const float *data, const int N, const void *argv, float *r int xtract_difference_vector(const float *data, const int N, const void *argv, float *result){ - float *frame1, + const float *frame1, *frame2; int n; -- cgit v1.2.3