Changes between Version 3 and Version 4 of Tutorials/Wireless/Full Duplex


Ignore:
Timestamp:
Oct 7, 2019, 7:45:53 AM (5 years ago)
Author:
mpk2138
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Full Duplex

    v3 v4  
    1 == Full-Duplex Wireless using USRP N210 ==
    2 This wiki page contains the tutorial of the first open-access remotely-accessible full-duplex transceiver integrated with the ORBIT testbed. The full-duplex transceiver will be moved to the COSMOS testbed in Summer 2019. All the source code can be found at [https://github.com/Wimnet/flexicon_orbit this GitHub page].
    3 
    4 Author:
     1This wiki page contains tutorials for open-access remotely-accessible full-duplex (FD) transceivers integrated in the ORBIT and COSMOS testbeds. The full-duplex transceivers are currently being integrated into COSMOS. All the source code can be found at [https://github.com/Wimnet/flexicon_orbit this GitHub page].
     2
     3Authors:
    54Tingjun Chen, Columbia University: tc2668[at]columbia.edu
    6 
    7 Last updated: May 31, 2019
    8 
     5Manav Kohli, Columbia University: mpk2138[at]columbia.edu
     6
     7Last updated: October 7, 2019
     8
     9== Full-Duplex Wireless in COSMOS ==
     10===Description===
     11In this tutorial, we will use two FD transceivers equipped with USRP N210s and the Gen-2 frequency-domain equalization (FDE) based RF canceller. These transceivers may be accessed via a PC using ssh</tt>. The PC contains several example experiments, which showcase the capabilities of the FD transceivers.
     12
     13==== Demo Abstract ====
     14For more information about the integration of the FDE-based FD transceivers in COSMOS, please read:
     15
     16''Tingjun Chen, Jackson Welles, Manav Kohli, Mahmood Baraani Dastjerdi, Jakub Kolodziejski, Michael Sherman, Ivan Seskar, Harish Krishnaswamy, and Gil Zussman, “Experimentation with full-duplex wireless in the COSMOS testbed“, ICNP MERIT'19, Oct. 2019'' [https://icnp19.cs.ucr.edu/proceedings/Workshops/MERIT/paper_19.pdf (Demo Abstract)]
     17
     18==== Updates ====
     19* [10/07/2019] - Baseline overview of initial COSMOS sandbox status and accessibility
     20
     21=== Hardware / Software Resources Utilized ===
     221. 2x The Columbia FlexICoN Gen-2 RF Canceller, which is an FDE-based RF canceller implemented using discrete components on a PCB. The two FDE paths each contain a bandpass filter (BPF) with tunable centre frequency and quality factor, alongside amplitude and phase control.
     232. The source code for the full-duplex transceiver examples, which can be found at [https://github.com/Wimnet/flexicon_orbit this GitHub page].
     243. 2x USRP N210
     254. [https://github.com/EttusResearch/uhd, UHD] and [https://github.com/gnuradio/gnuradio, GNU Radio] are already installed on the PC.
     265. [http://www.xdimax.com/sub20/sub20.html SUB-20] is a multi-interface USB adapter for providing popular interfaces between PC (USB host) and different hardware devices. Specifically, we use the SUB-20 SPI module to control and configure the Gen-1 RF canceller (see Fig. 1(a)). The user manual can be found [http://www.xdimax.com/sub20/doc/sub20-man.pdf here]. We are currently working on integration of the SUB-20 control with GNU Radio.
     276. The {{{Eigen C++}}} Library is used for basic algebra used in channel estimation and digital self-interference cancellation. The Eigen releases can be found on the [http://eigen.tuxfamily.org/index.php?title=Main_Page this website]. We used the latest stable release Eigen 3.3.4 through our testings and experiments.
     28
     29=== Tutorial ===
     30==== Logging into PC ====
     31The PC has a simple user profile consisting of a few example GNU radio experiments. At this time, experimenters may create files, but they will be public to anyone who logs into the PC. Logging into the PC is done over {{{ssh}}}, with the username {{{sb2}}} and password {{{sandbox}}}.
     32{{{
     33ssh -X sb2@128.59.87.24
     34}}}
     35
     36Note: if connecting from macOS, the {{{-Y}}} flag may be needed in the {{{ssh}}} connection instead of {{{-X}}}.
     37
     38==== Running an example experiment ====
     39We can open GNU Radio using the following command:
     40{{{
     41gnuradio-companion &
     42}}}
     43
     44If X-forwarding is setup correctly for your {{{ssh}}} session, the GNU Radio GUI program should open. If X-forwarding is not setup correctly, an error will display saying that the GUI window cannot be opened.
     45
     46Open an example experiment from the {{{~/FD_Examples}}} directory:
     47
     48== Full-Duplex Wireless in ORBIT ==
    949=== Description ===
    1050In this tutorial, we'll use node11-10 in the main grid (equipped with a USRP N210) to transmit and receive a single tone over the air to demonstrate full-duplex wireless capability using the Columbia [http://flexicon.ee.columbia.edu/ FlexICoN]'s Gen-1 Frequency-Flat Amplitude- and Phase-based RF Canceller. Pictures of the FlexICoN RF canceller and node11-10 in the main grid equipped with full-duplex capability are below:
     
    164204==== Acknowledgements ====
    165205This work was supported in part by NSF grant ECCS-1547406, DARPA RF-FPGA program, DARPA SPAR program, a Qualcomm Innovation Fellowship, a National Instruments Academic Research Grant, Texas Instruments, and Intel. We thank Steven Alfano, Jelena Diakonikolas, Aishwarya Rajen, Jinhui Song, Mingyan Yu for their contributions to various aspects of the project. We thank Ivan Seskar, Jakub Kolodziejski, and Prasanthi Maddala from WINLAB, Rutgers University, for their help on the integration with the ORBIT testbed. We also thank Kira Theuer and Kendall Ruiz from NI and the NI technical support team for their help.
    166