Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.32 KB

File metadata and controls

34 lines (26 loc) · 1.32 KB

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