Changes between Version 62 and Version 63 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- May 20, 2019, 12:59:07 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v62 v63 45 45 You 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. 46 46 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) === 48 48 * 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. 49 49 … … 56 56 ||||||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). || 57 57 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 ==== 59 61 * Prepare the Eigen library (you can skip this step since the image already contains the Eigen library): 60 62 {{{ … … 113 115 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. 114 116 115 ==== In Terminal 2 (SUB-20)====117 ===== In Terminal 2 (SUB-20) ===== 116 118 * Build the RF canceller configuration code (this is already done in the loaded image): 117 119 {{{