Changes between Version 25 and Version 26 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
Nov 22, 2017, 6:55:23 PM (6 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v25 v26  
    55 ||||  Figure 1: The ORBIT-FlexICoN Full-Duplex Node  ||
    66 || [[Image(FlexICoN-gen1-canceller.jpg, 300px)]] || [[Image(FlexICoN-gen1-node11-10.jpg, 400px)]] ||
    7  ||  a.) The FlexICoN RF Canceller  ||  b.) Full-Duplex SDR at node11-10 in the ORBIT grid  ||
     7 ||  (a) The FlexICoN RF Canceller  ||  (b) Full-Duplex SDR at node11-10 in the ORBIT grid  ||
    88
    99For more information, please read:
     
    1717=== Hardware / Software Resources Utilized ===
    18181. USRP N210 with node11-10 in the ORBIT main grid
    19 2. SUB-20: The SUB-20 is a multi-interface USB adapter for providing popular interfaces between PC (USB host) and different hardware devices. Specifically, we use the SPI module on SUB-20 to control and configure our hardware. The user manual can be found [http://www.xdimax.com/sub20/doc/sub20-man.pdf here].
    20 3. UHD
    21 4. The Eigen C++ Library: The Eigen C++ library is used for basic algebra 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 Eigen website]. We used the latest stable release Eigen 3.3.4 through our testings and experiments.
     192. [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].
     203. [https://github.com/EttusResearch/uhd, UHD] is already installed with the imaged SDR node.
     214. The {{{Eigen C++}}} Library is used for basic algebra 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 Eigen website]. We used the latest stable release Eigen 3.3.4 through our testings and experiments.
    2222
    2323All the source code is publicly available at [https://github.com/Wimnet/flexicon_orbit here].