patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch-gnuradio] [PATCH] fix documentation of complex_band_pass to talk


From: Timo Juhani Lindfors
Subject: [Patch-gnuradio] [PATCH] fix documentation of complex_band_pass to talk about band-pass and not band-reject
Date: Fri, 9 Dec 2011 03:31:13 +0200

---
 gnuradio-core/src/lib/general/gr_firdes.i |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnuradio-core/src/lib/general/gr_firdes.i 
b/gnuradio-core/src/lib/general/gr_firdes.i
index d49434a..8d35f57 100644
--- a/gnuradio-core/src/lib/general/gr_firdes.i
+++ b/gnuradio-core/src/lib/general/gr_firdes.i
@@ -199,7 +199,7 @@ class gr_firdes {
             double beta = 6.76);               // used only with Kaiser
 
   /*!
-   * \brief use "window method" to design a band-reject FIR filter
+   * \brief use "window method" to design a band-pass FIR filter
    *
    * \p gain:                  overall gain of filter (typically 1.0)
    * \p sampling_freq:         sampling freq (Hz)
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]