Datasets
Standard Dataset
Program source code of "Analog Self-Interference Cancellation Using Auxiliary Transmitter Considering IQ Imbalanace and Amplifier Nonlinearity"
- Citation Author(s):
- Submitted by:
- Kazuki Komatsu
- Last updated:
- Fri, 03/27/2020 - 04:35
- DOI:
- 10.21227/mqbk-yd27
- Data Format:
- License:
194 Views
- Categories:
- Keywords:
0 ratings - Please login to submit your rating.
Abstract
This is source code for the paper "Analog Self-Interference Cancellation Using Auxiliary Transmitter Considering IQ Imbalance and Amplifier Nonlinearity" submitted to IEEE Transactions on Wireless Communications.
Instructions:
Please download and unzip the file.
You can compile and execute the code by follows:
$ g++ main.cpp -std=c++0x -lopenblas
$ ./a.out
Note: This program needs installation of the openblas to your environment.