/BFNN

this is the pytorch implementation of the paper: Beamforming Design for Large-Scale Antenna Arrays Using Deep Learning

Primary LanguagePython

BFNN

this is the pytorch implements of the paper: Beamforming Design for Large-Scale Antenna Arrays Using Deep Learning

说明

源代码的地址为:https://github.com/TianLin0509/BF-design-with-DL

requirements

  • torch 1.4
  • ubuntu 16.04

注意

  • pytorch 对复数操作不友好,目前把复数的两部分直接拼接,然后参与后面的计算,不能保证接近性能方面tf的代码