├── DualNet_abs.py ├── DualNet_mag.py ├── Introduction to U2D-ORG U2D-ABS and U2D-MAG.pdf ├── NMSE_performance.m ├── README.md ├── norm_H2.m ├── norm_H3.m ├── training_testing_data_generation.m ├── u2d_abs.py ├── u2d_mag.py └── u2d_org.py /DualNet_abs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/DualNet_abs.py -------------------------------------------------------------------------------- /DualNet_mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/DualNet_mag.py -------------------------------------------------------------------------------- /Introduction to U2D-ORG U2D-ABS and U2D-MAG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/Introduction to U2D-ORG U2D-ABS and U2D-MAG.pdf -------------------------------------------------------------------------------- /NMSE_performance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/NMSE_performance.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/README.md -------------------------------------------------------------------------------- /norm_H2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/norm_H2.m -------------------------------------------------------------------------------- /norm_H3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/norm_H3.m -------------------------------------------------------------------------------- /training_testing_data_generation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/training_testing_data_generation.m -------------------------------------------------------------------------------- /u2d_abs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/u2d_abs.py -------------------------------------------------------------------------------- /u2d_mag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/u2d_mag.py -------------------------------------------------------------------------------- /u2d_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLinWL/Bi-Directional-Channel-Reciprocity/HEAD/u2d_org.py --------------------------------------------------------------------------------