Changes between Version 13 and Version 14 of Tutorials/Wireless/wideband


Ignore:
Timestamp:
Oct 21, 2019, 5:50:28 PM (5 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/wideband

    v13 v14  
    1818
    1919 Determine the set of nodes that you're using. If you have a topology assigned, it will be entered in the form "system:topo:group-red" for example.
    20 * Load channel-sounder.ndz on a pair of nodes
    21   {{{
    22   prasanthi@console.grid:~$ omf load -i channel-sounder.ndz -t node19-1,node20-1
    23   }}}
    24   or if you were assigned a topology,
     20* Load channel-sounder.ndz on a pair of nodes (group assigned to you) 
    2521  {{{
    2622  prasanthi@console.grid:~$ omf load -i channel-sounder.ndz -t system:topo:group-red
     
    2925* Turn the nodes on
    3026  {{{
    31   prasanthi@console.grid:~$ omf tell -a on -t node19-1,node20-1
    32   }}}
    33   or
    34   {{{
    3527  prasanthi@console.grid:~$ omf tell -a on -t system:topo:group-red
    3628  }}}
    3729
    3830* Check the status
    39   {{{
    40   prasanthi@console.grid:~$ omf stat -t node19-1,node20-1
    41   }}}
    42   or
    4331  {{{
    4432  prasanthi@console.grid:~$ omf stat -t system:topo:group-red
     
    5745
    5846==== Prepare the USRPs ====
    59 * Pick 2 USRP X310s from the MIMO racks 23-1...8, 23-11...18, 24-1...8, 24-11...18. If you are using a topology, USRPs are assigned by default. For example, group-red uses 23-16 as TX and 24-16 as RX.
     47* If you are using a topology, USRPs are assigned by default. For example, group-red uses 23-16 as TX and 24-16 as RX.
    6048* Check if USRPs have the modules required for the experiment by running uhd_usrp_probe on each on of them.
    6149{{{