src/{c,l}vec.h: update documentation
authorPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 21:37:02 +0000 (23:37 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 25 Sep 2009 21:37:02 +0000 (23:37 +0200)
src/cvec.h
src/lvec.h

index 13ca3e3..6dbbd69 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 /** \file
 
-  Real and complex buffers
+  Complex buffers
 
   This file specifies the cvec_t buffer type, which is used throughout aubio to
   store complex data. Complex values are stored in terms of phase and
index e52fed8..b48dd74 100644 (file)
@@ -28,8 +28,9 @@ extern "C" {
 
   Real buffers
 
-  This file specifies the lvec_t buffer type, which is used in aubio to
-  store double precision real data.
+  This file specifies the lvec_t buffer type, which is used in aubio to store
+  double precision real data. Note that the lvec_t data type is mostly used for
+  IIR filters (see temporal/filter.h).
 
 */