Spectrum Classification Application
Avanish Mishra
Brendan Bruce
Noah Paladino
Project Summary
Plan: <See ML Modem Plan>
Demodulator System Example
This Week
Dataset Generation Flow Chart:
Random Source: Generates random numbers, set to [0,256) to generate bytes
Throttle: Sets the sample rate of the byte stream
Constellation Modulator:
Channel Model: Adds additive white gaussian noise to the upsampled, filtered signal
Vector Sink: Loads stream of complex numbers into an array
Determining Noise Level using SNR
Asignal is RMS of signal before noise is added, Anoise is noise level as a voltage
Anoise = Asignal / (10^(SNRdB/20))
Next Week