summaryrefslogtreecommitdiff
path: root/gr-digital/python
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-10-15 10:56:40 -0400
committerTom Rondeau <trondeau@vt.edu>2012-10-15 10:56:40 -0400
commitd4cec71c426653edbe1d2c552388f20939f09a8e (patch)
treebf561792c9c0c1de977bd844f018abcb1c8e6c04 /gr-digital/python
parent136050324a6f5023a6b549b158fef1a0de9e1d79 (diff)
parenta5f794128d8386ff0067cbe2928af4ded728d3b2 (diff)
Merge remote-tracking branch 'benreynwar/master_constellation_scale'
Diffstat (limited to 'gr-digital/python')
-rwxr-xr-xgr-digital/python/qa_constellation.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-digital/python/qa_constellation.py b/gr-digital/python/qa_constellation.py
index b17d2a0fcb..6962ec6338 100755
--- a/gr-digital/python/qa_constellation.py
+++ b/gr-digital/python/qa_constellation.py
@@ -69,6 +69,10 @@ tested_constellation_info = (
{'m': (2, 4, 8, 16, 32, 64),
'mod_code': tested_mod_codes, },
True, None),
+ (qam.qam_constellation,
+ {'constellation_points': (4, 16, 64),
+ 'mod_code': tested_mod_codes, },
+ True, None),
(digital_swig.constellation_bpsk, {}, True, None),
(digital_swig.constellation_qpsk, {}, False, None),
(digital_swig.constellation_dqpsk, {}, True, None),