diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-09-30 21:27:34 -0700 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-15 16:06:36 -0400 |
commit | 0b62e85e4c57796098c4ecf367c8aa16a120e791 (patch) | |
tree | 3f00e88c31864068fee934b5655a59ebb281aefc /gr-digital/grc/digital_constellation_receiver_cb.xml | |
parent | d4cec71c426653edbe1d2c552388f20939f09a8e (diff) |
digital: Add symbol output to constellation_receiver block for debugging.
Cherry-picked from a commit on 'next.' Reworked for master style.
Conflicts:
gr-digital/lib/constellation_receiver_cb_impl.cc
Diffstat (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.xml b/gr-digital/grc/digital_constellation_receiver_cb.xml index 36c8e1b309..ffda8b85bb 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.xml +++ b/gr-digital/grc/digital_constellation_receiver_cb.xml @@ -37,4 +37,24 @@ <name>out</name> <type>byte</type> </source> + <source> + <name>error</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>phase</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>frequency</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>symbol</name> + <type>complex</type> + <optional>1</optional> + </source> </block> |