Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 785 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 785 Bytes

Implementation of "One-bit mmWave MIMO Channel Estimation Using Deep Generative Networks"

Preprint posted to arXiv at: https://arxiv.org/pdf/2211.08635.pdf

Published in IEEE Wireless Comm. Letters. Available at https://ieeexplore.ieee.org/document/10145921.

Code, results and data is structured with reference to the paper as given below:

/code: WGAN_FFT_GP_1bitQ.ipynb implements the QGCE (Section III) algorithm for WGAN-GP, CWGAN and GCE algorithm for WGAN-GP, along with the capacity computations as detailed in Section V-D.

/data: Contains the trained generative models from WGAN-GP and CWGAN training procedures as detailed in Section IV

/results: nmse_1bit.mat is BG-GAMP NMSE, capacity_GAMP is BG-GAMP capacity, capacity_max is SVD based capacity assuming perfect CSI.