Changes between Version 12 and Version 13 of Tutorials/Wireless/GNURadioOFDM


Ignore:
Timestamp:
Oct 4, 2023, 5:38:37 PM (14 months ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/GNURadioOFDM

    v12 v13  
    5555       valid_lft forever preferred_lft forever
    5656}}}
    57 2. Run uhd_find_devices and uhd_usrp_probe to detect the X310s and to make sure they have a compatible firmware installed.
     571. Run uhd_find_devices and uhd_usrp_probe to detect the X310s and to make sure they have a compatible firmware installed.
    5858{{{#!shell
    5959root@node1-2:~# uhd_find_devices
     
    108108
    109109==== Run the GRC application ====
    110 * Open OFDM receiver on node1-2
     1101.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 >>>
    111116
    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
    116119
    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   }}}
    123123}}}
    124 
    125 With X11 forwarding enabled, GRC should show up as below.
    126 
     124{{{#!td
    127125[[Image(RX_OFDM_grc.PNG, width=800px)]]
     126}}}
    128127
    129128* Open OFDM transmitter on node1-1