From charlesreid1

(Created page with "Software-defined radio pages.")
 
No edit summary
Line 1: Line 1:
Software-defined radio pages.
SDR = software defined radio
 
Not sure how to organize this stuff, so I'll start putting notes for individual projects, and go from there.
 
=Signal Decoding=
 
[[Gnuradio/Wav to Waterfall]] - the first step to signal identification and decoding is being able to play back known signals in gnuradio from wav files. This is a basic flowchart that takes a wav file and runs it through a waterfall spectrum visualizer.

Revision as of 23:59, 17 August 2015

SDR = software defined radio

Not sure how to organize this stuff, so I'll start putting notes for individual projects, and go from there.

Signal Decoding

Gnuradio/Wav to Waterfall - the first step to signal identification and decoding is being able to play back known signals in gnuradio from wav files. This is a basic flowchart that takes a wav file and runs it through a waterfall spectrum visualizer.