Coder Social home page Coder Social logo

sc2-frame-error's Introduction

Spectrum Challange 2 Dataset and Frame Error Prediction Code

Deep Learning for Frame Error Prediction using a DARPA Spectrum Collaboration Challenge (SC2) Dataset.

Dataset

The dataset is contained in two files - scrimmage4_link_dataset.pickle and scrimmage5_link_dataset.pickle (will be available soon)

The pickle files are stored as list of tuples, each list corresponding to a single link, and containing two elements. Length of each element equal to the number of frames in that link - it varies between link to link. The first tuple contains the paramenters:

  1. Signal to Noise Ratio ('snr') - 1 element
  2. The Modulation and Coding Scheme ('mcs') - 1 element
  3. The center frequency of the link ('centerFreq') - 1 element
  4. The bandwidth of the link ('bandwidth') - 1 element
  5. The Power Spectral Density ('psd') - 16 elements Thus the total width of each element of the first tuple for a link is 20.

The second tuple contains the success of transmission ('rxSuccess'). If it is 1, there is no frame error, if it is 0, there is a frame error.

Code

  1. The code is provided into separate files, one for each scrimmage (Scrimmage-4.ipynb & Scrimmage-5.ipynb). Every file contains five different neural network architectures, with two separate approaches for creating the train-validation-test set. Please refer to the paper for a detailed description.
  2. RFE.ipynb: Implement Feature Selection method.
  3. Plots.ipynb: Plot figures.

sc2-frame-error's People

Contributors

aprincemohamed avatar

Stargazers

 avatar maliraptor avatar

Watchers

 avatar

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.