Skip to main content

Datasets

Standard Dataset

Program source code of "Analog Self-Interference Cancellation Using Auxiliary Transmitter Considering IQ Imbalanace and Amplifier Nonlinearity"

Citation Author(s):
Takahisa Fukui
Submitted by:
Kazuki Komatsu
Last updated:
DOI:
10.21227/mqbk-yd27
Data Format:
No Ratings Yet

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.