Skip to content

Code for "Radio Modulation Classification Using Deep Residual Neural Networks" paper

Notifications You must be signed in to change notification settings

drexelwireless/RadioML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modrec Python package

Run the following commands after downloading the datasets from deepsig.io-

pip install -e .
make

For training - image

Example --

python3 bin/train.py data/2016.10a.h5 --train --model resnet18-outer --batch-size 512 

To Cite

  author={Abbas, Adeeb and Pano, Vasil and Mainland, Geoffrey and Dandekar, Kapil},
  booktitle={MILCOM 2022 - 2022 IEEE Military Communications Conference (MILCOM)}, 
  title={Radio Modulation Classification Using Deep Residual Neural Networks}, 
  year={2022},
  volume={},
  number={},
  pages={311-317},
  doi={10.1109/MILCOM55135.2022.10017640}}

This repo also has other supporting tools like data loaders/saving it in hdf5 etc that were used during the work - https://ieeexplore.ieee.org/abstract/document/10017640/

There are no active maintainers of this project. For any queries/concerns, email - adeeb@drexel.edu

About

Code for "Radio Modulation Classification Using Deep Residual Neural Networks" paper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published