Changes between Version 62 and Version 63 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
May 20, 2019, 12:59:07 AM (5 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v62 v63  
    4545You will need to login into the full-duplex node (by {{{ssh root@node11-10}}}) in two separate terminal windows lo for running the experiment: one for the main full-duplex transceiver UHD program and one for controlling the RF canceller.
    4646
    47 ==== A Real-Time Full-Duplex Radio with OFDM PHY (GNU Radio + UHD) ====
     47=== Example Experiment 1: A Real-Time Full-Duplex Radio with OFDM PHY (GNU Radio + UHD) ===
    4848* Within the FD node (i.e., {{{ssh -X root@node11-10}}}, open the GNU Radio flowgraph {{{~/flexicon_orbit/fd_transceiver_ofdm/grc/ofdm_node_fd.grc}}} in {{{gnuradio-companion}}}, as shown below.
    4949
     
    5656 ||||||Time-domain Rx signal after RF and digital SIC (@tab0), frequency-domain Rx signal after RF and digital SIC (@tab1), and estimated digital SI canceller coefficients on the packet-level (@tab2). ||
    5757
    58 ==== A Simple Full-Duplex Radio Experiment (Terminal + UHD) ====
     58=== Example Experiment 2: A Simple Full-Duplex Radio Experiment (Terminal + UHD) ===
     59
     60==== In Terminal 1 ====
    5961 * Prepare the Eigen library (you can skip this step since the image already contains the Eigen library):
    6062{{{
     
    113115 In this example, since the TX power level is at 0dBm, a total amount of around 90dB self-interference cancellation is achieved, of which 45dB is obtained by the Gen-1 RF canceller, and 50dB is obtained by the digital cancellation.
    114116
    115 ==== In Terminal 2 (SUB-20) ====
     117===== In Terminal 2 (SUB-20) =====
    116118 * Build the RF canceller configuration code (this is already done in the loaded image):
    117119{{{