Changes between Version 13 and Version 14 of Tutorials/Wireless/wideband
- Timestamp:
- Oct 21, 2019, 5:50:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/wideband
v13 v14 18 18 19 19 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) 25 21 {{{ 26 22 prasanthi@console.grid:~$ omf load -i channel-sounder.ndz -t system:topo:group-red … … 29 25 * Turn the nodes on 30 26 {{{ 31 prasanthi@console.grid:~$ omf tell -a on -t node19-1,node20-132 }}}33 or34 {{{35 27 prasanthi@console.grid:~$ omf tell -a on -t system:topo:group-red 36 28 }}} 37 29 38 30 * Check the status 39 {{{40 prasanthi@console.grid:~$ omf stat -t node19-1,node20-141 }}}42 or43 31 {{{ 44 32 prasanthi@console.grid:~$ omf stat -t system:topo:group-red … … 57 45 58 46 ==== 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. 60 48 * Check if USRPs have the modules required for the experiment by running uhd_usrp_probe on each on of them. 61 49 {{{