Changes between Version 3 and Version 4 of Tutorials/Wireless/Measurement Tool
- Timestamp:
- May 24, 2019, 4:30:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Measurement Tool
v3 v4 1 1 == Measurement tools == 2 This tutorial will demonstrate data collection method using the OML interface.2 This tutorial will demonstrate data collection and storage method using the OML interface with an SDR radio. 3 3 4 4 === Description === … … 9 9 2. [Documentation/Short/CreateRes Create a resource reservation on sandbox 1] 10 10 3. [Documentation/Short/Login Login into your reserved domain.] 11 4. Load baseline-uhd1.ndz on your resource. [Documentation/Short/LoadImage - this is done via OMF commands.] After loading the mage onto a Krypton node and start the PCIe driver from the Krypton's host and verify the radio is detected. [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage Details on Krypton set up is here.] 12 13 14 15 === Explain ''rx_multi_receive'' application and how to use === 11 4. Load merif.ndz.ndz on your resource. [Documentation/Short/LoadImage - this is done via OMF commands.] 12 13 * After loading the image, if utilizing a network based SDR radio (ie. ethernet with IP address) then follow the instructions [https://wiki.cosmos-lab.org/wiki/tutorials/n310_usage here to configure the network interface and detect the radio.] 14 15 * If the SDR radio being used is PCIe based radio (ie. Krypton) then [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage use the instructions here to load & start the PCIe driver.] 16 17 18 19 === Description of ''rx_multi_receive'' application and how to use === 16 20 Navigate to the ~/RX_MULTI_RECEIVE directory - this contains the files that build the ''rx_multi_receive'' application. 17 21 This is a c++ application that can be run on the experiment server to collect a set of continuous samples. … … 19 23 Use the --help option to display all the variables ''rx_multi_receive'' accepts. 20 24 {{{ 21 root@ sdr2-md1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --help25 root@node:~/RX_MULTI_RECEIVE# ./rx_multi_receive --help 22 26 UHD RX Multi Receive Allowed options: 23 27 --help help message … … 47 51 To use ''rx_multi_receive'' standalone on an experiment server we can using the following options 48 52 {{{ 49 root@ sdr2-md1:~/RX_MULTI_RECEIVE# ./rx_multi_receive --args="type=x300" --nsamps 1024000 --freq 2440e6 --rate 100e6 --gain 15 --dilv53 root@node:~/RX_MULTI_RECEIVE# ./rx_multi_receive --args="type=x300" --nsamps 1024000 --freq 2440e6 --rate 100e6 --gain 15 --dilv 50 54 }}} 51 55 52 56 || --args="addr0=10.10.23.5" || specifies the SDR's IP address. || 57 || --args="type=x300" || if using Krypton radio. || 53 58 || --freq 2440e6 || sets the center freq || 54 59 || --rate 20e6 || sets sampling rate || … … 58 63 Executing the application with only the above options will only configure the USRP's radio parameters and read in the specified number of samples. However the samples will be lost once the application exits. You should see output similar to the following. 59 64 {{{ 65 root@node:~/RX_MULTI_RECEIVE# 66 60 67 Creating the usrp device with: type=x300... 61 68 [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.0.HEAD-0-g6875d061