Changes between Version 5 and Version 6 of Tutorials/Wireless/mmwave Paam Basics
- Timestamp:
- Apr 11, 2021, 8:51:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Basics
v5 v6 68 68 }}} 69 69 70 * Run {{{und_find_device c}}} to make sure that both USRP N310s can be reached:70 * Run {{{und_find_device}}} to make sure that both USRP N310s can be reached: 71 71 {{{#!shell 72 72 root@srv1-lg1:~# uhd_find_devices … … 105 105 root@srv1-lg1:~# gnuradio-companion example_paam_tone.grc 106 106 }}} 107 108 * [Terminal 1] In gnuradio-companion, start gnuradio-companion, configure the USRP sink (TX) with sdr1-s1-lg1 ("mgmt_addr=10.116.2.1,addr=10.117.2.1") and the USRP source (RX) with sdr1-md1 ("mgmt_addr=10.116.3.1,addr=10.117.3.1"). Set the carrier frequency to 3GHz (3e9) and the subdev to be "B:0" (RF2) on both TX and RX. 109 || [[Image(mmwavePaamBasicsGrc.png, 600px)]] || 107 110 108 111 * [Terminal 2] In the second terminal, change directory to paam_api/examples/ which contains the example API scripts.