diff options
author | Clayton Smith <argilo@gmail.com> | 2020-10-12 09:09:43 -0400 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-20 08:40:31 -0400 |
commit | 629d8854863ab9ea782d0c0d648f525ed5d4c71b (patch) | |
tree | 7fba59da700a1080c2f259abbb33a9c184a0b9a7 /grc/gui/VariableEditor.py | |
parent | a61c0c32b92dad34d4c1dda77064f36ce2780fcf (diff) |
vocoder: add text message output to FreeDV demodulator
The FreeDV protocol includes a low bit rate text stream which is used to
transmit information such as call sign and location. GNU Radio's FreeDV
demodulator block sets up a callback to receive this text data, but the
callback currently does nothing.
Here I've added an optional message output to the block. It collects
characters until a carriage return is encountered, then outputs a
string. I've updated the sample flow graph to print these messages using
the Message Debug block.
Diffstat (limited to 'grc/gui/VariableEditor.py')
0 files changed, 0 insertions, 0 deletions