diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-07-30 06:34:34 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-07-30 06:34:34 -0700 |
commit | fccf4b04dac2b3cefdc4b610dea8920bfff4d08b (patch) | |
tree | b86a811378bb7ef4fa896675d71e9a23da9fb5ba | |
parent | bc82238e3468e7db6cc5462a666174fc662b0454 (diff) | |
parent | bfe4d50069863f486772ed06ed81f48fdb87cbc4 (diff) |
Merge remote-tracking branch 'tom/issue757' into maint
-rw-r--r-- | gr-fec/include/gnuradio/fec/puncture_bb.h | 3 | ||||
-rw-r--r-- | gr-fec/include/gnuradio/fec/puncture_ff.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gr-fec/include/gnuradio/fec/puncture_bb.h b/gr-fec/include/gnuradio/fec/puncture_bb.h index 3fc8d7ee9b..499247efbd 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 8625ab4ffb..49a376a153 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, |