From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
uh, http://hackaday.com/2013/05/06/tracking-ships-using-software-defined-radio-sdr/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+hackaday%2FLgoM+%28Hack+a+Day%29
SDR = software defined radio
SDR = software defined radio



Revision as of 11:10, 3 April 2016

uh, http://hackaday.com/2013/05/06/tracking-ships-using-software-defined-radio-sdr/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+hackaday%2FLgoM+%28Hack+a+Day%29

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.

Gnuradio/Frequencies of Interest - the next step to signal identification and decoding is being able to narrow in on the interesting frequencies. This is a basic flowchart for narrowing in on a particular frequency for a particular signal.

Gnuradio/2015-08-17 - still working on trying to understand this satellite signal.

Gnuradio/2015-08-18 - think I got the baud rate of the satellite signal.