BF-design-with-DL

所属分类:人工智能/神经网络/深度学习
开发工具:matlab
文件大小:598KB
下载次数:0
上传日期:2022-10-08 01:02:08
上 传 者sh-1993
说明:  使用DL进行BF设计,使用深度学习进行波束形成设计。
(BF-design-with-DL,Beamforming design with deep learning.)

文件列表:
Figs (0, 2022-10-08)
Figs\Lest.jpg (124628, 2022-10-08)
Figs\PNR.jpg (147229, 2022-10-08)
Figs\systemmodel.jpg (88627, 2022-10-08)
HybridPrecoding.m (2583, 2022-10-08)
channel_gen_LOS.m (9618, 2022-10-08)
gen_samples.m (274, 2022-10-08)
power_allocation.m (2786, 2022-10-08)
temp_trained.h5 (335096, 2022-10-08)
test.py (2367, 2022-10-08)
test_v2.py (2368, 2022-10-08)
train.py (2783, 2022-10-08)
train_set (0, 2022-10-08)
train_set\example (0, 2022-10-08)
train_set\example\test (0, 2022-10-08)
train_set\example\test\ecsi.mat (10082, 2022-10-08)
train_set\example\test\pcsi.mat (10055, 2022-10-08)
train_set\example\train (0, 2022-10-08)
train_set\example\train\ecsi.mat (9655, 2022-10-08)
train_set\example\train\pcsi.mat (10067, 2022-10-08)
train_v2.py (2854, 2022-10-08)
utils.py (1284, 2022-10-08)
utils2.py (1255, 2022-10-08)

# BF-design-with-DL This is the simulation code for the paper "**Beamforming Design for Large-Scale Antenna Arrays Using Deep Learning**". This paper is published on IEEE Wireless Communication Letters. IEEE link: [https://ieeexplore.ieee.org/document/8847377/](https://ieeexplore.ieee.org/document/8847377/) Arxiv link: [https://arxiv.org/abs/1904.03657](https://arxiv.org/abs/1904.03657) **I recommend the pre-print version on Arxiv.** ![image](https://github.com/TianLin0509/BF-design-with-DL/blob/master/Figs/systemmodel.jpg) Also, a Chinese-version blog can be referred to [CSDN blog](https://zhuyulab.blog.csdn.net/article/details/104870520) ## Requirements: *** * Tensorflow-gpu = 1.12.0 **Now it supports tf 2.3.0, just run the file train_v2.py** **Main revision is that the API batch_dot is different from tensorflow 1** (Tensorflow 1.12.0 is better for debugging, while tensorflow 1.13.0 using cuda10 can run faster) If you are confused about how to have several different tensorflows and cudas of different versions in one computer, there is a [easy guide](https://zhuyulab.blog.csdn.net/article/details/88779670) may help you (in Chinese). ## Results After fork the repo and download the corresponding data sets and trained models, the following performance results can be easily reproduced. (the python codes is only for the blue cerves, and compared cerves should be plot via Matlab codes) 五连板后走势图 五连板后走势图 ## How to use: *** * run the train.py to train the model * run the test.py to test the trained model * **Due to the space limitation of github, we provide two tiny training and testing data sets only for running the example.** ## Data sets and trained models *** * Thanks for the authors of [[10]](http://oa.ee.tsinghua.edu.cn/dailinglong/publications/paper/Reliable%20beamspace%20channel%20estimation%20for%20millimeter-wave%20massive%20MIMO%20systems%20with%20lens%20antenna%20array.pdf), the simulation codes of the channel is provided [here](http://oa.ee.tsinghua.edu.cn/dailinglong/publications/publications.html). you can use the [direct URL](http://oa.ee.tsinghua.edu.cn/dailinglong/publications/code/Reliable%20beamspace%20channel%20estimation%20for%20millimeter-wave%20massive%20MIMO%20systems%20with%20lens%20antenna%20array.zip) to download it. * The channel estimation codes can be referred to the website of the first author of [[2]](https://ieeexplore.ieee.org/document/6847111). * We have provided the data sets in our [google drive](https://drive.google.com/open?id=1nSk9TftoCMA5iRUqC9GSK5g5a67Q8FRG), which can be directly used in our .py files. * Trained weights, corresponding to the shown results in the paper, is also provided in the [google drive](https://drive.google.com/open?id=1nSk9TftoCMA5iRUqC9GSK5g5a67Q8FRG). Due to some readers requirements, for Chinese people, the [BaiduYun URL](https://pan.baidu.com/s/1W-L7N4FsS9Aan7FOmkPZyg) is also provided. (password: **z9un**). Some coding tricks are used to fit the Keras framework, for example, the loss function is written in an unique way, which is described in the issues and have been questioned many times. ## Samples Generation For many readers requirements, I have updated the matlab code for samples generation. Please kindly refer to the gen_samples.m for details. The codes are based on the work [2]. ## End *** * Matlab codes of compared algorithms [4,5] can be referred to [this repo](https://github.com/TianLin0509/Hybrid-Beamforming-for-Millimeter-Wave-Systems-Using-the-MMSE-Criterion). In addition, if you are interested in traditional HBF algorithms, you can kindly refer to our previous work [Hybrid Beamforming for Millimeter Wave Systems Using the MMSE Criterion](https://arxiv.org/abs/1902.08343?context=cs.IT), we also provide specific Matlab codes for your reproduction. You can refer to [this repo](https://github.com/TianLin0509/Hybrid-Beamforming-for-Millimeter-Wave-Systems-Using-the-MMSE-Criterion). * If you have any questions, you can contact the author via ```lint17@fudan.edu.cn``` for help. * Hopefully you can **star** or **fork** this repo if it is helpful. Thank you for your support in advance.

近期下载者

相关文件


收藏者