From 9ff75b4133400de216afe236d4cdbb368ec8afd8 Mon Sep 17 00:00:00 2001
From: Ben Reynwar <ben@reynwar.net>
Date: Wed, 6 Mar 2013 13:42:31 -0700
Subject: digital: Adding a QAM-like constellation with 32 points.

---
 gr-digital/python/qa_constellation.py | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'gr-digital/python/qa_constellation.py')

diff --git a/gr-digital/python/qa_constellation.py b/gr-digital/python/qa_constellation.py
index 0e3ab72ee4..ddd8c71e64 100755
--- a/gr-digital/python/qa_constellation.py
+++ b/gr-digital/python/qa_constellation.py
@@ -30,6 +30,7 @@ import digital_swig
 # import from local folder
 import psk
 import qam
+import qamlike
 
 tested_mod_codes = (mod_codes.NO_CODE, mod_codes.GRAY_CODE)
 
@@ -98,6 +99,9 @@ medium_constellation_info = (
       'mod_code': tested_mod_codes, 
       'large_ampls_to_corners': [False, True],},
      True, None),
+    (qamlike.qam32_holeinside_constellation,
+     {'large_ampls_to_corners': [True]},
+     True, None),
 )
 
 # These constellation are basically broken in our test
-- 
cgit v1.2.3