diff options
author | Martin Braun | 2012-07-08 17:08:24 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-07-08 17:08:24 -0400 |
commit | c4805e3a02b7547823c81664dae497c145c8c66a (patch) | |
tree | 00e5d55cce8ddabd684d68a4240b439a7366163e /gr-digital/examples/demod/mpsk_demod.grc | |
parent | 6c687bb86b6808822c6bb56e32645f0b2648a402 (diff) | |
download | gnuradio-c4805e3a02b7547823c81664dae497c145c8c66a.tar.gz gnuradio-c4805e3a02b7547823c81664dae497c145c8c66a.tar.bz2 gnuradio-c4805e3a02b7547823c81664dae497c145c8c66a.zip |
digital: fixes the digital demod GRC examples after last updates to gr-digital.
Diffstat (limited to 'gr-digital/examples/demod/mpsk_demod.grc')
-rw-r--r-- | gr-digital/examples/demod/mpsk_demod.grc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gr-digital/examples/demod/mpsk_demod.grc b/gr-digital/examples/demod/mpsk_demod.grc index d7cca9661..b718fb68a 100644 --- a/gr-digital/examples/demod/mpsk_demod.grc +++ b/gr-digital/examples/demod/mpsk_demod.grc @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='ASCII'?> <flow_graph> - <timestamp>Tue Apr 3 18:01:57 2012</timestamp> + <timestamp>Thu Jul 5 16:28:45 2012</timestamp> <block> <key>options</key> <param> @@ -44,6 +44,10 @@ <value>True</value> </param> <param> + <key>max_nouts</key> + <value>0</value> + </param> + <param> <key>realtime_scheduling</key> <value></value> </param> @@ -405,6 +409,10 @@ <value>notebook, 1</value> </param> <param> + <key>freqvar</key> + <value>None</value> + </param> + <param> <key>_coordinate</key> <value>(847, 10)</value> </param> |