Changes between Version 8 and Version 9 of Other/Summer/2017/SpectrumClassification


Ignore:
Timestamp:
Jun 14, 2017, 5:56:07 PM (7 years ago)
Author:
bbruce
Comment:

Reworded/Links

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2017/SpectrumClassification

    v8 v9  
    1111== Background ==
    1212
    13 [https://docs.google.com/presentation/d/1m9rotuVr4hpLpY10MMBGhZTetcKyzV9BF0v6NnRmkjc/edit?usp=sharing Brief Summary of Project]
     13[https://docs.google.com/presentation/d/1JEqRF-rsv4_6ZWyGA7lsgeIpxCud4YGXjgjtWhPPOvs/edit?usp=sharing Summary of Project]
    1414
    15 To recognize the modulation scheme of the modulated signal received, we will train a classifier by using training data that encompasses many signals modulated with varying modulation schemes. Then, we will test the classifier using signals created from GNU Radio to confirm that it works properly. In practice, it will be running on an ORBIT node and receiving at a given frequency, try to determine if the given signals are just noise, and will demodulate any determined signals.
     15To recognize the modulation scheme of a received signal, we will train a classifier with a synthetic dataset that contains signals modulated with varying modulation schemes with different parameters (SNR, different noise distributions). Once trained, it will be run on an ORBIT node and tested on signals transmitted/received from SDRs.
     16
     17Once the modulation scheme classification is done we will implement a modem system using the technology.
    1618
    1719== Tools Used ==
    1820
    19 Classifier - TensorFlow - Gives us a neural network library for smarter machine learning algorithms
    20 Signal Training Data - [https://radioml.com/datasets/radioml-2016-04-dataset/ RadioML Dataset]
    21 Testing Data - GNURadio - Comes with SDR Toolkit to send, receive, and plot signals
     21TensorFlow: Neural network library
     22
     23Scikit-learn: Machine learning library
     24
     25[https://radioml.com/datasets/radioml-2016-04-dataset/ RadioML Dataset Signal Training Data]
     26
     27GNURadio: Software defined radio toolkit
     28
     29CUDA: NVIDIA Parallel Processing framework
     30
     31Anaconda: Python powered data science focused platform
    2232
    2333== Presentations ==