Skip to content

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

Notifications You must be signed in to change notification settings

YUJX19/ChannelNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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}
}

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 90.5%
  • Python 9.5%