Skip to content

Implementation of the paper "Deep Learning-Based Channel Estimation"

Notifications You must be signed in to change notification settings

MartinLiuJianCheng/ChannelNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning-Based Channel Estimation

Introduction

This repo contains a deep learning (DL) algorithm for channel estimation in communication systems. And the aim is to find the unknown values of the channel response using some known values at the pilot locations. The pipeline is based on SRCNN and DNCNN.

Requirements and Dependencies

  • cuda10.0 && cudnn7.6.5
  • requirements.txt

Datasets

BibTeX Citation

@article{soltani2019deep,
  title={Deep learning-based channel estimation},
  author={Soltani, Mehran and Pourahmadi, Vahid and Mirzaei, Ali and Sheikhzadeh, Hamid},
  journal={IEEE Communications Letters},
  volume={23},
  number={4},
  pages={652--655},
  year={2019},
  publisher={IEEE}
}

数据集是不够的,在原来的论文里面,数据集是拿来训练使用的,需要自己制造0-30db的数据集
调整参数
我的qq:2285830341

About

Implementation of the paper "Deep Learning-Based Channel Estimation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.8%
  • Python 10.2%