Changes between Version 26 and Version 27 of Tutorials/Wireless/Full Duplex


Ignore:
Timestamp:
Aug 28, 2020, 5:10:23 PM (4 years ago)
Author:
mpk2138
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Full Duplex

    v26 v27  
    2525
    2626==== Updates ====
    27 * [08/23/2020] - General updates
    28 * [02/03/2020] - Updated UHD and GNU Radio versions
    29 * [11/13/2019] - Updated pictures of Gen2 FDE nodes
    30 * [10/20/2019] - Connection to the FDE PC via COSMOS sb2
    31 * [10/07/2019] - Baseline overview of initial COSMOS sandbox status and accessibility
     27* ![08/28/2020] - Details for each available experiment
     28* ![08/23/2020] - General updates
     29* ![02/03/2020] - Updated UHD and GNU Radio versions
     30* ![11/13/2019] - Updated pictures of Gen2 FDE nodes
     31* ![10/20/2019] - Connection to the FDE PC via COSMOS sb2
     32* ![10/07/2019] - Baseline overview of initial COSMOS sandbox status and accessibility
    3233
    3334=== Hardware / Software Resources Utilized ===
     
    118119 || Figure 4: The node-level SIC experiment GUI ||
    119120 || [[Image(node_level_sic_gui.png,480px)]] ||
     121
     122==== ofdm_link_fd_gui ====
     123This experiment makes use of both FD radios to create a FD OFDM link. The radios are synchronized over a MIMO cable, guaranteeing operation in FD mode, where each radio transmits a packet at the same time and successfully decodes the other radio's packet. The following metrics are visualized:
     124 * The packet data values.
     125 * The packet sequence numbers.
     126 * The received signal spectra at each radio after digital SIC.
     127 * The digital SIC filter taps at each radio.
     128
     129In order for the FD link to operate successfully, each FD radio must be configured to provide sufficient SIC. This can be done with the {{{node_level_sic_fd_gui}}} experiment.
     130
     131'''Tunable variables'''
     132
     133 * {{{freq}}} - the carrier frequency used. The Gen-2 hardware can support roughly 900-1000MHz.
     134 * {{{samp_rate}}} - the bandwidth used. Ideal choices are 10MHz and 12.5MHz. 20MHz is supported but due to limitations in the USRP receiver chain, 20MHz bandwidth received signals have a bandpass filtered character.
     135
     136The Tx gain is set to allow for successful operation as long as the two radios are achieving adequate SIC. It may be changed if desired through the UHD USRP Sink block on the GNU radio flowgraph.
     137
     138Below is the GUI for this experiment, showing the packet data values and sequence numbers.
     139
     140 || Figure 5: The OFDM link experiment GUI ||
     141 || [[Image(ofdm_link_fd_gui.png,480px)]] ||
     142
     143==== prr_fd_gui ====
     144This experiment takes the OFDM link and uses it to compute two metrics: the packet reception ratio (PRR) and signal-to-noise ratio (SNR). These metrics provide a basic link-level benchmark for the FD nodes. In this experiment, the following metrics are visualized:
     145 * The received signal after RF SIC and after digital SIC.
     146 * The measured SNR for each packet.
     147 * The packet reception ratio averaged over the entire experiment run.
     148 * The constellation diagram of the received signal after RF SIC and after digital SIC.
     149
     150For ease of use, we only display the visualization for a single radio.
     151
     152As before, in order for the FD link to operate successfully, each FD radio must be configured to provide sufficient SIC. This can be done with the {{{node_level_sic_fd_gui}}} experiment.
     153
     154'''Tunable variables'''
     155 * {{{tx_gain}}} - The Tx gain is the key tunable variable as it determines the received packet SNR and therefore the PRR. This can be modified in real time using the GUI, and set prior to the experiment via the QT GUI Range block on the flowgraph.
     156 * {{{freq}}} - the carrier frequency used. The Gen-2 hardware can support roughly 900-1000MHz.
     157 * {{{samp_rate}}} - the bandwidth used. Ideal choices are 10MHz and 12.5MHz. 20MHz is supported but due to limitations in the USRP receiver chain, 20MHz bandwidth received signals have a bandpass filtered character.
     158
     159Below is the GUI for this experiment.
     160
     161 || Figure 6: The link PRR experiment GUI ||
     162 || [[Image(prr_fd_gui.png,480px)]] ||
    120163
    121164=== Acknowledgements ===