From c698d1bdd6679626726089cc81e2776751ffeadb Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 25 Sep 2009 23:37:02 +0200 Subject: [PATCH] src/{c,l}vec.h: update documentation --- src/cvec.h | 2 +- src/lvec.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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). */ -- 2.26.2