Changes between Version 5 and Version 6 of Tutorials/Wireless/mmwave Paam Basics


Ignore:
Timestamp:
Apr 11, 2021, 8:51:03 PM (3 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Basics

    v5 v6  
    6868}}}
    6969
    70 * Run {{{und_find_devicec}}} 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:
    7171{{{#!shell
    7272root@srv1-lg1:~# uhd_find_devices
     
    105105root@srv1-lg1:~# gnuradio-companion example_paam_tone.grc
    106106}}}
     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)]] ||
    107110
    108111* [Terminal 2] In the second terminal, change directory to paam_api/examples/ which contains the example API scripts.