diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 13:56:45 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 14:10:00 -0400 |
commit | f133e151935aae0f42978b12ae83722a4de88893 (patch) | |
tree | b43e2549aba4f7ca30948acb24a46047aeab3586 /gr-digital/examples/demod/ber_simulation.grc | |
parent | 8b1303bbb0bf72569a5149082796f50b6e8f9a5b (diff) |
grc: fixing up new next structure blocks for GRC categories.
docs: also updating Doxygen category for all new/moved blocks.
Diffstat (limited to 'gr-digital/examples/demod/ber_simulation.grc')
-rw-r--r-- | gr-digital/examples/demod/ber_simulation.grc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-digital/examples/demod/ber_simulation.grc b/gr-digital/examples/demod/ber_simulation.grc index d0bec741c3..72d52d3730 100644 --- a/gr-digital/examples/demod/ber_simulation.grc +++ b/gr-digital/examples/demod/ber_simulation.grc @@ -311,10 +311,10 @@ </param> </block> <block> - <key>random_source_x</key> + <key>analog_random_source_x</key> <param> <key>id</key> - <value>random_source_x</value> + <value>analog_random_source_x</value> </param> <param> <key>_enabled</key> @@ -666,13 +666,13 @@ <sink_key>1</sink_key> </connection> <connection> - <source_block_id>random_source_x</source_block_id> + <source_block_id>analog_random_source_x</source_block_id> <sink_block_id>blocks_throttle</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> <connection> - <source_block_id>random_source_x</source_block_id> + <source_block_id>analog_random_source_x</source_block_id> <sink_block_id>digital_chunks_to_symbols_xx</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> |