diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-06-25 17:42:05 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-06-25 17:42:05 -0400 |
commit | 0b5f9ebf537ea1d40aac5355fd0f8c4089632610 (patch) | |
tree | 0f26cec4073c04b0833793419cf4ca06efb92045 /gr-digital/grc/digital_constellation_receiver_cb.xml | |
parent | 9d4d472e93aeb77f3e808499215a2f07d563a83c (diff) |
digital: adding a rotate_phase message for the constellation_receiver to adjust the phase of the constellation.
Addresses Issue #599.
Diffstat (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.xml b/gr-digital/grc/digital_constellation_receiver_cb.xml index e6a1461c38..134e027759 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.xml +++ b/gr-digital/grc/digital_constellation_receiver_cb.xml @@ -40,6 +40,12 @@ <optional>1</optional> </sink> + <sink> + <name>rotate_phase</name> + <type>message</type> + <optional>1</optional> + </sink> + <source> <name>out</name> <type>byte</type> |