Changes between Version 14 and Version 15 of Tutorials/Wireless/mmwave80211adORCA


Ignore:
Timestamp:
Mar 16, 2020, 10:39:08 AM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v14 v15  
    112112||  SN0243 as transmitter                    ||  SN0240 as receiver                       ||
    113113||  root@srv3-lg1:~/ederenv# ./start_mb1.sh  --gui SN0243 || root@srv4-lg1:~/ederenv# ./start_mb1.sh  --gui SN0240 ||
     114||  Click "TX enable" and "LO leakage Cal"   || Click "RX enable"                         ||
    114115||  [[Image(Sivers_TX_GUI.jpg, 500px)]]      ||  [[Image(Sivers_RX_GUI.jpg, 500px)]]      ||
    115116
    116 * Configure SN0243 as transmitter using "TX enable" on the GUI
    117 {{{
    118 root@srv3-lg1:~/ederenv# ./start_mb1.sh  --gui SN0243
    119 }}}
    120   || [[Image(Sivers_TX_GUI.jpg, 500px)]] ||
    121 
    122 *  Configure SN0240 as receiver using "RX enable" on the GUI on srv4-lg1
    123 {{{
    124 root@srv4-lg1:~/ederenv# ./start_mb1.sh  --gui SN0240
    125 }}}
    126   || [[Image(Sivers_RX_GUI.jpg, 500px)]] ||
    127 
    128 
    129117=== Run the experiment ===
    130 * Start transmit application TX_TEST.grc on transmit node(srv1-lg1).
     118* Open transmit application TX_TEST.grc on transmit node(srv1-lg1). This application transmits 802.11ad frames over rfdev3-1(10.115.2.2), at 200MSPS, by reading samples from a pre-generated file.
    131119{{{
    132120root@srv1-lg1:~# gnuradio-companion TX_TEST.grc
    133121}}}
    134 * Start receive application RX_OTA_TEST.grc on receive node(srv2-lg1).
     122* Open receive application RX_OTA_TEST.grc on receive node(srv2-lg1). This application receives and processes samples over rfdev3-2(10.115.2.3) as seen in the grc model below. Channel impulse response computed for every frame is written into a file on the host node.
    135123{{{
    136124root@srv2-lg1:~# gnuradio-companion RX_OTA_TEST.grc
    137125}}}
     126* Run the applications.
     127* Plot the CIR using CIR_re....m script
     128* Shown below are the CIR plots obtained for TX beam angles set to 0 and 15.
    138129
    139