Changes between Version 14 and Version 15 of Tutorials/Wireless/mmwave80211adORCA
- Timestamp:
- Mar 16, 2020, 10:39:08 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave80211adORCA
v14 v15 112 112 || SN0243 as transmitter || SN0240 as receiver || 113 113 || 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" || 114 115 || [[Image(Sivers_TX_GUI.jpg, 500px)]] || [[Image(Sivers_RX_GUI.jpg, 500px)]] || 115 116 116 * Configure SN0243 as transmitter using "TX enable" on the GUI117 {{{118 root@srv3-lg1:~/ederenv# ./start_mb1.sh --gui SN0243119 }}}120 || [[Image(Sivers_TX_GUI.jpg, 500px)]] ||121 122 * Configure SN0240 as receiver using "RX enable" on the GUI on srv4-lg1123 {{{124 root@srv4-lg1:~/ederenv# ./start_mb1.sh --gui SN0240125 }}}126 || [[Image(Sivers_RX_GUI.jpg, 500px)]] ||127 128 129 117 === 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. 131 119 {{{ 132 120 root@srv1-lg1:~# gnuradio-companion TX_TEST.grc 133 121 }}} 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. 135 123 {{{ 136 124 root@srv2-lg1:~# gnuradio-companion RX_OTA_TEST.grc 137 125 }}} 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. 138 129 139