diff options
author | jblum | 2009-03-24 19:45:55 +0000 |
---|---|---|
committer | jblum | 2009-03-24 19:45:55 +0000 |
commit | 4f480479afac529eadc65f4e0bc6fe13e42553b3 (patch) | |
tree | 6e08a8ecd0e523e43943454e3df8a42a77ce3ebf /grc/examples/simple | |
parent | d9a4ecedfcd777262cde70554d6e6a7b4f0657c0 (diff) | |
download | gnuradio-4f480479afac529eadc65f4e0bc6fe13e42553b3.tar.gz gnuradio-4f480479afac529eadc65f4e0bc6fe13e42553b3.tar.bz2 gnuradio-4f480479afac529eadc65f4e0bc6fe13e42553b3.zip |
Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10678 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/examples/simple')
-rw-r--r-- | grc/examples/simple/ber_simulation.grc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/grc/examples/simple/ber_simulation.grc b/grc/examples/simple/ber_simulation.grc index 8d7d74565..618add29c 100644 --- a/grc/examples/simple/ber_simulation.grc +++ b/grc/examples/simple/ber_simulation.grc @@ -422,10 +422,10 @@ </param> </block> <block> - <key>gr_add_vxx</key> + <key>gr_add_xx</key> <param> <key>id</key> - <value>gr_add_vxx</value> + <value>gr_add_xx</value> </param> <param> <key>_enabled</key> @@ -526,20 +526,20 @@ <sink_key>1</sink_key> </connection> <connection> - <source_block_id>gr_add_vxx</source_block_id> + <source_block_id>gr_add_xx</source_block_id> <sink_block_id>gr_constellation_decoder_cb</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> <connection> <source_block_id>gr_chunks_to_symbols_xx</source_block_id> - <sink_block_id>gr_add_vxx</sink_block_id> + <sink_block_id>gr_add_xx</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> <connection> <source_block_id>gr_noise_source_x</source_block_id> - <sink_block_id>gr_add_vxx</sink_block_id> + <sink_block_id>gr_add_xx</sink_block_id> <source_key>0</source_key> <sink_key>1</sink_key> </connection> @@ -556,7 +556,7 @@ <sink_key>0</sink_key> </connection> <connection> - <source_block_id>gr_add_vxx</source_block_id> + <source_block_id>gr_add_xx</source_block_id> <sink_block_id>wxgui_scopesink2_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> |