19 | | 2. USRP N210 with node11-10 in the ORBIT main grid. |
20 | | 3. [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]. |
21 | | 4. [https://github.com/EttusResearch/uhd, UHD] is already installed with the imaged SDR node. |
22 | | 5. 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. |
23 | | |
24 | | All the source code is also publicly available at [https://github.com/Wimnet/flexicon_orbit here]. |
| 19 | 2. The source code for the full-duplex transceiver example, which can be found at [https://github.com/Wimnet/flexicon_orbit this GitHub page]. We have also build an ORBIT node image {{{flexicon-orbit-v1.ndz}}} with all the required software installed to facilitate the experiments. |
| 20 | 3. USRP N210 with node11-10 in the ORBIT main grid. |
| 21 | 4. [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]. |
| 22 | 5. [https://github.com/EttusResearch/uhd, UHD] is already installed with the imaged SDR node. |
| 23 | 6. 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. |