From 6a4be601746f6a84fc70434a61b16bea86b6c147 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Sun, 4 May 2008 11:02:40 +0000 Subject: Fixed bug in peak interpolation algorithm in xtract_peak_spectrum() --- xtract/xtract_scalar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xtract/xtract_scalar.h') diff --git a/xtract/xtract_scalar.h b/xtract/xtract_scalar.h index 9bccb01..fdfb42a 100644 --- a/xtract/xtract_scalar.h +++ b/xtract/xtract_scalar.h @@ -394,6 +394,8 @@ int xtract_hps(const float *data, const int N, const void *argv, float *result); * \param *result: the pitch of N values from the array pointed to by *data * * This algorithm is based on the AMDF, with peak and centre clipping. It would benefit from further improvements to improve noise robustness and overall efficiency + * + * It is based on suggestion by Robert Bristow-Johnson in a discussion on the comp.dsp mailing list, subject "Reference implementation of pitch detection" * */ int xtract_f0(const float *data, const int N, const void *argv, float *result); -- cgit v1.2.3