Changes between Version 13 and Version 14 of Tutorials/Wireless/GNURadioOFDM
- Timestamp:
- Oct 4, 2023, 5:40:49 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/GNURadioOFDM
v13 v14 108 108 109 109 ==== Run the GRC application ==== 110 1. Open OFDM receiver on node1-2. With X11 forwarding enabled, GRC should show up as below.110 1. Open OFDM receiver on node1-2. With X11 forwarding enabled, GRC should show up as below. 111 111 {{{#!td 112 112 {{{#!shell … … 126 126 }}} 127 127 128 * Open OFDM transmitter on node1-1 129 {{{#!shell 130 root@node1-1:~# cd GNURadioOFDMExample/ 131 root@node1-1:~/GNURadioOFDMExample# gnuradio-companion TX_OFDM.grc 132 <<< Welcome to GNU Radio Companion 3.9.8.0 >>> 128 1. Open OFDM transmitter on node1-1 129 {{{#!td 130 {{{#!shell 131 root@node1-1:~# cd GNURadioOFDMExample/ 132 root@node1-1:~/GNURadioOFDMExample# gnuradio-companion TX_OFDM.grc 133 <<< Welcome to GNU Radio Companion 3.9.8.0 >>> 133 134 134 Block paths:135 /usr/local/share/gnuradio/grc/blocks135 Block paths: 136 /usr/local/share/gnuradio/grc/blocks 136 137 137 Loading: "/root/GNURadioOFDMExample/TX_OFDM.grc"138 >>> Done139 138 Loading: "/root/GNURadioOFDMExample/TX_OFDM.grc" 139 >>> Done 140 }}} 140 141 }}} 142 {{{#!td 141 143 [[Image(TX_OFDM_grc.PNG, width=800px)]] 142 144 }}} 143 145 * Make sure the device arguments on both nodes are correctly set as shown below. Check the center frequencies and sample rates, and make sure they match. TX_OFDM.grc has a "File Source" block which reads the text file to be transmitted. RX_OFDM.grc stores the received data in a local file that is specified in the "File Sink" block. 144 146 || [[Image(OFDM_SB2_args.PNG, width=400px)]] || [[Image(FileSource.PNG, width=400px)]] ||