Changes between Version 12 and Version 13 of Tutorials/Wireless/GNURadioOFDM
- Timestamp:
- Oct 4, 2023, 5:38:37 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/GNURadioOFDM
v12 v13 55 55 valid_lft forever preferred_lft forever 56 56 }}} 57 2. Run uhd_find_devices and uhd_usrp_probe to detect the X310s and to make sure they have a compatible firmware installed.57 1. Run uhd_find_devices and uhd_usrp_probe to detect the X310s and to make sure they have a compatible firmware installed. 58 58 {{{#!shell 59 59 root@node1-2:~# uhd_find_devices … … 108 108 109 109 ==== Run the GRC application ==== 110 * Open OFDM receiver on node1-2 110 1.Open OFDM receiver on node1-2. With X11 forwarding enabled, GRC should show up as below. 111 {{{#!td 112 {{{#!shell 113 root@node1-2:~# cd GNURadioOFDMExample/ 114 root@node1-2:~/GNURadioOFDMExample# gnuradio-companion RX_OFDM_GUI.grc 115 <<< Welcome to GNU Radio Companion 3.9.8.0 >>> 111 116 112 {{{#!shell 113 root@node1-2:~# cd GNURadioOFDMExample/ 114 root@node1-2:~/GNURadioOFDMExample# gnuradio-companion RX_OFDM_GUI.grc 115 <<< Welcome to GNU Radio Companion 3.9.8.0 >>> 117 Block paths: 118 /usr/local/share/gnuradio/grc/blocks 116 119 117 Block paths: 118 /usr/local/share/gnuradio/grc/blocks 119 120 Loading: "/root/GNURadioOFDMExample/RX_OFDM_GUI.grc" 121 >>> Done 122 120 Loading: "/root/GNURadioOFDMExample/RX_OFDM_GUI.grc" 121 >>> Done 122 }}} 123 123 }}} 124 125 With X11 forwarding enabled, GRC should show up as below. 126 124 {{{#!td 127 125 [[Image(RX_OFDM_grc.PNG, width=800px)]] 126 }}} 128 127 129 128 * Open OFDM transmitter on node1-1