commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/03: fec: Address issues #757.


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/03: fec: Address issues #757.
Date: Thu, 30 Jul 2015 13:46:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit bfe4d50069863f486772ed06ed81f48fdb87cbc4
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 29 15:46:31 2015 -0400

    fec: Address issues #757.
    
    Adds some info on the default puncture pattern of '11'.
---
 gr-fec/include/gnuradio/fec/puncture_bb.h | 3 +++
 gr-fec/include/gnuradio/fec/puncture_ff.h | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/gr-fec/include/gnuradio/fec/puncture_bb.h 
b/gr-fec/include/gnuradio/fec/puncture_bb.h
index 3fc8d7e..499247e 100644
--- a/gr-fec/include/gnuradio/fec/puncture_bb.h
+++ b/gr-fec/include/gnuradio/fec/puncture_bb.h
@@ -76,6 +76,9 @@ namespace gr {
      * directly as a string and uses the readbitlist inside to do
      * the conversion.
      *
+     * Note that due to the above concept, the default setting in the
+     * extended encoder of '11' translates into no puncturing.
+     *
      * The \p delay parameter delays the application of the puncture
      * pattern. This is equivalent to circularly rotating the \p
      * puncpat by \p delay. Note that because of the circular shift,
diff --git a/gr-fec/include/gnuradio/fec/puncture_ff.h 
b/gr-fec/include/gnuradio/fec/puncture_ff.h
index 8625ab4..49a376a 100644
--- a/gr-fec/include/gnuradio/fec/puncture_ff.h
+++ b/gr-fec/include/gnuradio/fec/puncture_ff.h
@@ -75,6 +75,9 @@ namespace gr {
      * directly as a string and uses the readbitlist inside to do
      * the conversion.
      *
+     * Note that due to the above concept, the default setting in the
+     * extended encoder of '11' translates into no puncturing.
+     *
      * The \p delay parameter delays the application of the puncture
      * pattern. This is equivalent to circularly rotating the \p
      * puncpat by \p delay. Note that because of the circular shift,



reply via email to

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