diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2010-02-03 22:35:13 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2010-02-03 22:35:13 +0000 |
commit | 42b2b09b9146e7fd74233b9529c398fa11dd1ab1 (patch) | |
tree | 819c2a33e36305d7dd33f1e9061000414de40333 /xtract | |
parent | 13302b75fdd89b5d7398381ff1bb62a9cd3599f7 (diff) | |
download | LibXtract-42b2b09b9146e7fd74233b9529c398fa11dd1ab1.tar.gz LibXtract-42b2b09b9146e7fd74233b9529c398fa11dd1ab1.tar.bz2 LibXtract-42b2b09b9146e7fd74233b9529c398fa11dd1ab1.zip |
- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bit
Diffstat (limited to 'xtract')
-rw-r--r-- | xtract/xtract_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtract/xtract_helper.h b/xtract/xtract_helper.h index ce0ae54..a77cf5b 100644 --- a/xtract/xtract_helper.h +++ b/xtract/xtract_helper.h @@ -64,7 +64,7 @@ int xtract_windowed(const float *data, const int N, const void *argv, float *res int xtract_features_from_subframes(const float *data, const int N, const int feature, const void *argv, float *result); /** \brief Test whether a number is denormal */ -inline int xtract_is_denormal(double const d); +int xtract_is_denormal(double const d); /** @} */ |