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


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

Legend:

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

    v51 v52  
    6262omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg1
    6363}}}
    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.
    6565   
    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 }}}
     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    }}}
    7575 1. {{{ssh}}} to the server with option -Y for using GUI with gnuradio.
    7676{{{#!shell