wavecore-research / grant-free-random-access-partial-csi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grant-Free Random Access in Massive MIMO for IoT Nodes with partial CSI

Simulation code

How to run

  1. Install Nvidia drivers for the GPU (see cupy for more information)
  2. install conda (miniconda/anaconda)
  3. open anaconda prompt and navigate to the project folder
  4. create conda environment: conda env create --file environment.yaml
  5. activate the conda environment: conda activate grant-free-random-access-partial-csi
  6. run the simulation: python ./main_v3.py

How to cite

@inproceedings{Call2303:Grant,
	title        = {{Grant-Free Random Access of IoT devices in Massive MIMO with Partial CSI}},
	author       = {Gilles Callebaut and Fran\c{c}ois Rottenberg and Liesbet {Van der Perre} and Erik G. Larsson},
	year         = 2023,
	month        = mar,
	booktitle    = {2023 IEEE Wireless Communications and Networking Conference (WCNC) (IEEE WCNC 2023)},
	address      = {Glasgow, United Kingdom (Great Britain)},
	days         = 26,
}

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%