diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2008-01-02 02:26:13 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2008-01-02 02:26:13 +0000 |
commit | 5fe601c3f693ee4ac1569ba93e3614fd9a0f7501 (patch) | |
tree | 20f75ff904e7919ce4f42633d7080927aee30257 /src/helper.c | |
parent | 7f86524dd021c5905df111d1254004576fd872f0 (diff) | |
download | LibXtract-5fe601c3f693ee4ac1569ba93e3614fd9a0f7501.tar.gz LibXtract-5fe601c3f693ee4ac1569ba93e3614fd9a0f7501.tar.bz2 LibXtract-5fe601c3f693ee4ac1569ba93e3614fd9a0f7501.zip |
- Re-factoring in xtract_spectrum and fixed normalisation bug
- Fixed bug in xtract_lnorm
Diffstat (limited to 'src/helper.c')
-rw-r--r-- | src/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper.c b/src/helper.c index eceb290..60b3af7 100644 --- a/src/helper.c +++ b/src/helper.c @@ -45,7 +45,7 @@ int xtract_features_from_subframes(const float *data, const int N, const int fea float *result1, *result2; - int n, + int n, i, rv; n = N >> 1; |