Changes between Version 4 and Version 5 of Tutorials/k0SDR/Tutorial10
- Timestamp:
- Mar 3, 2015, 10:47:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial10
v4 v5 24 24 == Run the GRC scripts == 25 25 26 Download ''zepto_rx.grc'' into node20-13 and open it with GNU Radio Companion.26 Download the receiver ''zepto_rx.grc'' into node20-13 and open it with GNU Radio Companion. 27 27 {{{ 28 root@node 1-1:~# cd /opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples29 root@node 1-1:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples# wget http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/k0SDR/Tutorial10/zepto_rx.grc30 root@node 1-1:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples# cd ..31 root@node 1-1:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq#sh launch_gnuradio_companion.sh &28 root@node20-13:~# cd /opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples 29 root@node20-13:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples# wget http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/k0SDR/Tutorial10/zepto_rx.grc 30 root@node20-13:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq/examples# cd .. 31 root@node20-13:/opt/Nutaq/ADP6/ADP_MicroTCA/sdk/gnuradio/gr-nutaq#sh launch_gnuradio_companion.sh & 32 32 }}} 33 33 34 34 A window should pop up similar to the following: 35 35 || [[Image(zepto_rx.png, width=500px)]] || 36 37 38 Next download the transmitting side ''usrp_tx.grc'' and open with GNU Radio Companion. 39 {{{ 40 root@node1-1:~# wget http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/k0SDR/Tutorial10/usrp_tx.grc 41 root@node1-1:~# gnuradio-companion 42 }}} 43 44 A window should pop up similar to the following: 45 || [[Image(zepto_rx.png, width=500px)]] || 46