Giter Site home page Giter Site logo

changshuoradiorecognition's Introduction

Introduction

English | 简体中文

CSRR (ChangShuoRadioRecognition) is an open source signal processing toolbox based on PyTorch. The framework of this project is based on the mmdetection and mmcv.

Major features

  • Support of multiple frameworks out of box

    The toolbox directly supports popular and contemporary AMC algorithms, e.g. CLDNN, TanhNet, etc.

Changelog

v2.0.1 was released in 8/8/2022.

v1.0.1 was released in 5/9/2020.

Benchmark and model zoo

Supported Automatic Modulation Classification methods:

Installation

Please refer to install.md for installation and dataset preparation.

Getting Started

Please see getting_started.md for the basic usage of CSRR.

Benchmark Results

Please see summary.md for the benchmark results.

Version Control

For version control, we use the git. Please refer This tutorial

Citation

If you use this toolbox or benchmark in your research, please cite this project.

@article{csrr,
  title   = {{CSRR}: Open ChangShuo RadioRecognition Toolbox and Benchmark},
  author  = {Shuo Chang},
  journal= {coming soon},
  year={2020}
}

@article{chang2021multi,
  title={Multi-task learning based deep neural network for automatic modulation classification},
  author={Chang, Shuo and Huang, Sai and Zhang, Ruiyun and Feng, Zhiyong and Liu, Liang},
  journal={IEEE Internet of Things Journal},
  year={2021},
  publisher={IEEE}
}
@ARTICLE{9764618,
  author={Chang, Shuo and Zhang, Ruiyun and Ji, Kejia and Huang, Sai and Feng, Zhiyong},
  journal={IEEE Transactions on Wireless Communications}, 
  title={A Hierarchical Classification Head based Convolutional Gated Deep Neural Network for Automatic Modulation Classification}, 
  year={2022},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TWC.2022.3168884}}

Acknowledgement

CSRR is an open source project that is contributed by ShuoChang. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new signal processing algorithms.

demo image

Contact

This repo is currently maintained by Shuo Chang (@Singingkettle),

changshuoradiorecognition's People

Contributors

ruiyun412 avatar singingkettle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ganlubbq rehanzfr

changshuoradiorecognition's Issues

About mldnn and cache

Hello! I attempted to use mldnn on the Deepsig2018 dataset, but I removed parts with SNR greater than 20dB from the JSON file and then ran cache_ amc.py generated a series of .pkl files. Afterwards, I tried to train mldnn, but the loss was displayed as a straight line and there was no change in acc at all; As a comparison, I trained ResCNN in the same way, but it converged correctly. I noticed the use of cache in mldnn, is this the reason for this phenomenon? Did I do something wrong? thank you!
image

关于comvert_deepsig.py的问题

您好,当我用tools/convert_datasets/comvert_deepsig.py对RML2016.10A进行处理的时候,我发现程序会报错。
错误发生在deepsig.py的第88行:
item = data[(mod, snr)][sub_item_index,:,:]
其中mod变量在上面的77行被 mod = mod.decode('UTF-8')解码过,因此在88行中,data无法被str变量‘mod’访问。
将88行修改为:data[(mod.encode(), snr)][sub_item_index,:,:]可以解决这个问题

Snipaste_2023-07-05_16-47-51

How can I draw result figure?

Hello!
I want to draw:

  1. The relationship curve of SNR-Accuracy;
  2. The confusion matrix of AMC recognition under a certain SNR

What commands should I use separately? Or do I need to implement it myself? thank you!

关于HCGDNN

我在summary.md中没有看到关于其的result,请问能否公开具体的snr-acc数值,从而方便比较呢?谢谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.