Changes between Version 52 and Version 53 of Tutorials/Wireless/mmwave Paam Basics
- Timestamp:
- May 27, 2022, 4:07:34 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Basics
v52 v53 59 59 }}} 60 60 1. Use the {{{paam28GHz-tutorial-cosmos.ndz}}} node image with Ubuntu 18.04, UHD 3.15, gnuradio 3.8, and a grc example used in this tutorial. Load {{{paam28GHz-tutorial-cosmos.ndz}}} on the server. 61 {{{#!shell62 omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg163 }}}61 {{{#!shell 62 omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg1 63 }}} 64 64 1. Turn all the required resources on and check the status of all the resources. Use the following commands for SB1 and SB2. 65 66 65 {{{#!shell 67 66 omf tell -a on -t sdr1-in1,sdr1-in2,rfdev4-in1,rfdev4-in2,srv1-lg1 … … 74 73 }}} 75 74 1. {{{ssh}}} to the server with option -Y for using GUI with gnuradio. 76 {{{#!shell77 ssh -Y root@srv1-lg178 }}}75 {{{#!shell 76 ssh -Y root@srv1-lg1 77 }}} 79 78 80 79 === Experiment Execution ===