From: Paul Brossier Date: Fri, 25 Sep 2009 21:37:02 +0000 (+0200) Subject: src/{c,l}vec.h: update documentation X-Git-Tag: bzr2git~296 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c698d1bdd6679626726089cc81e2776751ffeadb;p=aubio.git src/{c,l}vec.h: update documentation --- diff --git a/src/cvec.h b/src/cvec.h index 13ca3e34..6dbbd696 100644 --- a/src/cvec.h +++ b/src/cvec.h @@ -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 diff --git a/src/lvec.h b/src/lvec.h index e52fed81..b48dd740 100644 --- a/src/lvec.h +++ b/src/lvec.h @@ -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). */