aboutsummaryrefslogtreecommitdiff
path: root/xtract/xtract_scalar.h
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-12-21 13:23:12 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-12-21 13:23:12 +0000
commit436746d12ba3c33fa138dd67c9b746f655058d93 (patch)
tree1ca98fb98bc0e263c54f0ddfd3a9f74f0cfc6a95 /xtract/xtract_scalar.h
parent8742c7e0952fb3009699426dae3505084534896f (diff)
downloadLibXtract-436746d12ba3c33fa138dd67c9b746f655058d93.tar.gz
LibXtract-436746d12ba3c33fa138dd67c9b746f655058d93.tar.bz2
LibXtract-436746d12ba3c33fa138dd67c9b746f655058d93.zip
Added xtract_sharpness()
Diffstat (limited to 'xtract/xtract_scalar.h')
-rw-r--r--xtract/xtract_scalar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xtract/xtract_scalar.h b/xtract/xtract_scalar.h
index b42223a..959d06a 100644
--- a/xtract/xtract_scalar.h
+++ b/xtract/xtract_scalar.h
@@ -258,7 +258,6 @@ int xtract_odd_even_ratio(const float *data, const int N, const void *argv, floa
/** \brief Extract the Sharpness of an input vector
*
- * \param *data: a pointer to the first element in an array of floats representing the magnitude spectrum of an audio vector
* \param *data: a pointer to the first element in an array of floats representing the magnitude coefficients from the magnitude spectrum of an audio vector, (e.g. the second half of the array pointed to by *result from xtract_magnitude_spectrum().
* \param N: the number of elements to be considered
* \param *argv: a pointer to NULL
@@ -268,7 +267,7 @@ int xtract_sharpness(const float *data, const int N, const void *argv, float *re
/** \brief Extract the Slope of an input vector using a method described by Peeters(2003)
*
- * \param *data: a pointer to the first element in an array of floats representing the magnitude coefficients from the magnitude spectrum of an audio vector, (e.g. the second half of the array pointed to by *result from xtract_magnitude_spectrum().
+ * \param *data: a pointer to the first element in an array of floats representing a set of BARK_BANDS bark coefficients
* \param N: the number of elements to be considered
* \param *argv: a pointer to NULL
* \param *result: the Slope of N values from the array pointed to by *data