diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-07 09:59:44 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-07 09:59:44 -0700 |
commit | 0c5b464bf8cd97023d8ced153d14229186b23e8e (patch) | |
tree | e649de0749328bb357ec74780ab11779fdfb2173 /gr-digital/lib/digital_constellation.cc | |
parent | ddbaaabc927b2ecc18ad84a238fa3235001bc79b (diff) |
core: remove gr_diff_encoder and gr_diff_decoder after move to gr-digital
Diffstat (limited to 'gr-digital/lib/digital_constellation.cc')
-rw-r--r-- | gr-digital/lib/digital_constellation.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/digital_constellation.cc b/gr-digital/lib/digital_constellation.cc index d9a53c4930..383c73c30d 100644 --- a/gr-digital/lib/digital_constellation.cc +++ b/gr-digital/lib/digital_constellation.cc @@ -466,8 +466,8 @@ digital_make_constellation_dqpsk() digital_constellation_dqpsk::digital_constellation_dqpsk () { // This constellation is not gray coded, which allows - // us to use differential encodings (through gr_diff_encode and - // gr_diff_decode) on the symbols. + // us to use differential encodings (through digital_diff_encode and + // digital_diff_decode) on the symbols. d_constellation.resize(4); d_constellation[0] = gr_complex(+SQRT_TWO, +SQRT_TWO); d_constellation[1] = gr_complex(-SQRT_TWO, +SQRT_TWO); |