Changes between Version 56 and Version 57 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- May 18, 2019, 11:42:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v56 v57 11 11 For more information, please read: 12 12 13 ''Tingjun Chen, Mahmood Baraani Dastjerdi, Jin Zhou, Harish Krishnaswamy, and Gil Zussman, “Open-access full-duplex wireless in the ORBIT testbed,” arXiv preprint: 1801.03069 [cs.NI], Jan.2018.'' [https://arxiv.org/abs/1801.03069 (arXiv report)] [http://wimnet.ee.columbia.edu/wp-content/uploads/2018/03/INFOCOM18Demo_FullDuplexORBIT.pdf (INFOCOM'18 Demo Abstract)]13 ''Tingjun Chen, Mahmood Baraani Dastjerdi, G. Farkash, Jin Zhou, Harish Krishnaswamy, and Gil Zussman, “Open-access full-duplex wireless in the ORBIT testbed,” arXiv preprint: 1801.03069v2 [cs.NI], May 2018.'' [https://arxiv.org/abs/1801.03069 (arXiv report)] [http://wimnet.ee.columbia.edu/wp-content/uploads/2018/03/INFOCOM18Demo_FullDuplexORBIT.pdf (INFOCOM'18 Demo Abstract)] 14 14 15 15 Please cite the above arXiv report if you use the hardware. Please email Tingjun Chen (tingjun [at] ee.columbia.edu) if you use (or plan to use) the full-duplex node or if you have any questions. 16 16 17 17 ==== Updates ==== 18 * [04/05/2018]: New full-duplex SDR image full-duplex SDR image {{{flexicon-orbit-v2.ndz}}} released released. New features include (1) GNU Radio OOT module that controls the SUB-20 controller, and (2) integrated full-duplex PSK examples. 18 * [04/30/2019]: New full-duplex SDR image {{{flexicon-orbit-v3.ndz}}} released. Main new feature includes the implementation of a real-time OFDM-based full-duplex node. 19 * [01/31/2019]: Developed real-time digital SIC as a GNU Radio OOT module. 20 * [04/05/2018]: New full-duplex SDR image {{{flexicon-orbit-v2.ndz}}} released. New features include (1) GNU Radio OOT module that controls the SUB-20 controller, and (2) integrated full-duplex PSK examples. 19 21 * [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]. 20 22 * [01/08/2018]: The baseline full-duplex SDR image {{{flexicon-orbit-v1.ndz}}} released. This node image includes an UHD benchmark full-duplex transciever example. For more details, please refer to the [https://arxiv.org/abs/1801.03069, arXiv report]. … … 42 44 === Run the Experiments === 43 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 47 ==== A Real-Time Full-Duplex Radio with OFDM PHY ==== 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}}} 49 44 50 45 51 ==== In Terminal 1 (UHD) ====