Changes between Version 7 and Version 8 of Tutorials/Wireless/Spectrum Sensing
- Timestamp:
- Nov 7, 2019, 5:19:48 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Spectrum Sensing
v7 v8 27 27 }}} 28 28 29 === Configure and detect the radio===29 ==== Configure and detect the radio ==== 30 30 31 31 * The USRP 2974 requires a PCIe driver to control the FPGA with the embedded PC. In the provided images, this will load automatically on boot. If it has issues, you can run it manually via {{{ systemctl restart niusrprio.service}}}. … … 198 198 }}} 199 199 200 === Prepare the application===200 ==== Prepare the application ==== 201 201 Download the application source code from the attachment section below. 202 202 {{{ … … 224 224 root@sdr2-s1-lg1:~/SPECTRUM_VIEW# make 225 225 }}} 226 ==== Setup SSH tunnel ==== 226 227 227 228 ==== Run the experiment ==== … … 229 230 From within the ''SPECTRUM_VIEW'' directory make and run the application to read samples from the Krypton's radio. There are two channels inside the radio which are being read out but only the first channel is displayed. 230 231 {{{ 231 root@sdr -console>./app_read_sdr_samples232 root@sdr2-s1-lg1:~/SPECTRUM_VIEW# ./app_read_sdr_samples 232 233 INFO 11:51:08.262 (main.cpp:623) - Starting command server at 5180 233 234 INFO 11:51:08.262 (main.cpp:175) - Starting websock server at 9002