Changes between Version 51 and Version 52 of Tutorials/Wireless/mmwave Paam Basics
- Timestamp:
- May 27, 2022, 4:06:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Basics
v51 v52 62 62 omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg1 63 63 }}} 64 1. Turn all the required resources on and check the status of all resources. Use the following commands for SB1 and SB2.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 65 66 {{{#!shell67 omf tell -a on -t sdr1-in1,sdr1-in2,rfdev4-in1,rfdev4-in2,srv1-lg168 }}}69 {{{#!shell70 omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg171 }}}72 {{{#!shell73 omf stat -t all74 }}}66 {{{#!shell 67 omf tell -a on -t sdr1-in1,sdr1-in2,rfdev4-in1,rfdev4-in2,srv1-lg1 68 }}} 69 {{{#!shell 70 omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 71 }}} 72 {{{#!shell 73 omf stat -t all 74 }}} 75 75 1. {{{ssh}}} to the server with option -Y for using GUI with gnuradio. 76 76 {{{#!shell