Changes between Version 47 and Version 48 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- Mar 13, 2018, 4:21:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v47 v48 16 16 17 17 ==== Updates ==== 18 * [02/28/2018]: PSK examples based on GNU Radio is now available. For more details, please refer to the [http://wimnet.ee.columbia.edu/wp-content/uploads/2018/03/INFOCOM18Demo_FullDuplexORBIT.pdf (INFOCOM'18 Demo Abstract)].19 * [01/08/2018]: A UHD benchmark full-duplex transciever example is now available. For more details, please refer to the [https://arxiv.org/abs/1801.03069 (arXiv report)].18 * [02/28/2018]: PSK examples based on GNU Radio is now available. For more details, please refer to the [http://wimnet.ee.columbia.edu/wp-content/uploads/2018/03/INFOCOM18Demo_FullDuplexORBIT.pdf, INFOCOM'18 Demo Abstract]. 19 * [01/08/2018]: A UHD benchmark full-duplex transciever example is now available. For more details, please refer to the [https://arxiv.org/abs/1801.03069, arXiv report]. 20 20 21 21 === Hardware / Software Resources Utilized === … … 24 24 3. USRP N210 with node11-10 in the ORBIT main grid. 25 25 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]. 26 5. [https://github.com/EttusResearch/uhd, UHD] isalready installed with the imaged SDR node.26 5. [https://github.com/EttusResearch/uhd, UHD] and [https://github.com/gnuradio/gnuradio, GNU Radio] are already installed with the imaged SDR node. 27 27 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. 28 28