diff xtract/xtract_scalar.h @ 226:223febe2688b

documentation update
author Sean Enderby <sean.enderby@gmail.com>
date Mon, 24 Feb 2014 14:57:02 +0000
parents 62e797c2974a
children b786a835df59
line wrap: on
line diff
--- a/xtract/xtract_scalar.h	Mon Feb 24 14:32:04 2014 +0000
+++ b/xtract/xtract_scalar.h	Mon Feb 24 14:57:02 2014 +0000
@@ -324,8 +324,8 @@
 /* Odd to even harmonic ratio */
 /** \brief Extract the Odd to even harmonic ratio of an input vector 
  * 
- * \param *data: a pointer to the first element in an array of doubles representing the amplitudes of the harmonic spectrum of an audio vector. It is sufficient to pass in a pointer to array pointed to by *result from xtract_harmonic_spectrum().
- * \param N: the number of elements to be considered. If using the array pointed to by *result from xtract_harmonics, N should equal half the total array size i.e., just the amplitudes of the peaks.
+ * \param *data: a pointer to the first element in an array of doubles representing a harmonic spectrum of size N/2, and a frequency spectrum of size N/2 (This is the output format of xtract_harmonic_spectrum())
+ * \param N: the number of elements to be considered. 
  * \param *argv: a pointer to a double representing the fundamental frequency of the input vector.
  * \param *result: the even/odd harmonic ratio of N values from the array pointed to by *data
  */