Changes between Version 50 and Version 51 of Tutorials/Wireless/mmwave Paam Basics


Ignore:
Timestamp:
May 27, 2022, 4:01:33 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

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

    v50 v51  
    3636* {{{sdr1-in1}}} RF2 TX/RX -- {{{rfdev4-in1}}} IC0/TX/H, {{{sdr1-in1}}} RF2 RX2 -- {{{rfdev4-in1}}} IC0/RX/H
    3737* {{{sdr1-in1}}} RF3 TX/RX -- {{{rfdev4-in1}}} IC0/TX/V, {{{sdr1-in1}}} RF3 RX2 -- {{{rfdev4-in1}}} IC0/RX/V
    38 * {{{sdr1-in2}}} RF2 TX/RX -- {{{rfdev4-in2}}} all ICs/TX/H, {{{sdr1-in2}}} RF2 RX2 -- {{{rfdev4-in2}}} all ICs/RX/H
    39 * {{{sdr1-in2}}} RF3 TX/RX -- {{{rfdev4-in2}}} all ICs/TX/V, {{{sdr1-in2}}} RF2 RX2 -- {{{rfdev4-in2}}} all ICs/RX/V
     38* {{{sdr1-in2}}} RF2 TX/RX -- {{{rfdev4-in2}}} IC0/TX/H, {{{sdr1-in2}}} RF2 RX2 -- {{{rfdev4-in2}}} IC0/RX/H
     39* {{{sdr1-in2}}} RF3 TX/RX -- {{{rfdev4-in2}}} IC0/TX/V, {{{sdr1-in2}}} RF2 RX2 -- {{{rfdev4-in2}}} IC0/RX/V
    4040
    4141The current hardware connection in SB2:
     
    237237}}}
    238238
    239 Similarly, start PAAM #2 (rfdev4-in2) in TX mode with V-polarization using 16 antenna elements on all the ICs, and configure the TX beamforming direction to be in the broadside (0,0). Check the current consumption to make sure the ICs have been successfully initialized.
    240 {{{#!shell
    241 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in2.sb1.cosmos-lab.org&ics=all&num_elements=16&txrx=tx&pol=v&theta=0&phi=0"
     239Similarly, start PAAM #2 (rfdev4-in2) in TX mode with V-polarization using 4 antenna elements on IC 0, and configure the TX beamforming direction to be in the broadside (0,0). Check the current consumption to make sure the IC has been successfully initialized.
     240{{{#!shell
     241root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in2.sb1.cosmos-lab.org&ics=0&num_elements=4&txrx=tx&pol=v&theta=0&phi=0"
    242242}}}
    243243{{{#!shell
     
    282282
    283283==== Run the experiment ====
    284 * On srv1-lg1, start gnuradio companion and open the example experiment that establishes a single tone transmission:
    285 {{{#!shell
    286 root@srv1-lg1:~# gnuradio-companion example_paam_tone.grc
     284* On srv1-lg1, start gnuradio companion and open the example experiment that establishes a single tone transmission. Use the file that is appropriate for the domain (SB1 or SB2).
     285{{{#!shell
     286root@srv1-lg1:~# gnuradio-companion example_paam_tone_sb1.grc
    287287}}}
    288288