ref: c698d1bdd6679626726089cc81e2776751ffeadb
parent: f00088f71af6602dfcc21cea02caa94097792859
author: Paul Brossier <piem@piem.org>
date: Fri Sep 25 19:37:02 EDT 2009
src/{c,l}vec.h: update documentation
--- a/src/cvec.h
+++ b/src/cvec.h
@@ -26,7 +26,7 @@
/** \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
--- a/src/lvec.h
+++ b/src/lvec.h
@@ -28,8 +28,9 @@
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).
*/