aboutsummaryrefslogtreecommitdiff
path: root/xtract/xtract_delta.h
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2008-05-04 11:02:40 +0000
committerJamie Bullock <jamie@postlude.co.uk>2008-05-04 11:02:40 +0000
commit6a4be601746f6a84fc70434a61b16bea86b6c147 (patch)
treefd8e8bfac0e6846f848a38490d583f4bfa7f6a6e /xtract/xtract_delta.h
parentd817fc9b42b0c04d6452159ca63f5a30834f5489 (diff)
downloadLibXtract-6a4be601746f6a84fc70434a61b16bea86b6c147.tar.gz
LibXtract-6a4be601746f6a84fc70434a61b16bea86b6c147.tar.bz2
LibXtract-6a4be601746f6a84fc70434a61b16bea86b6c147.zip
Fixed bug in peak interpolation algorithm in xtract_peak_spectrum()
Diffstat (limited to 'xtract/xtract_delta.h')
-rw-r--r--xtract/xtract_delta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtract/xtract_delta.h b/xtract/xtract_delta.h
index 6e19708..152a891 100644
--- a/xtract/xtract_delta.h
+++ b/xtract/xtract_delta.h
@@ -39,6 +39,7 @@ extern "C" {
/** \brief Extract flux
*
+ * \note FIX: don't be lazy -- take the lnorm of the difference vector!
* An alias for xtract_lnorm()
*/
int xtract_flux(const float *data, const int N, const void *argv , float *result);