NOAA-DSB is a satellite receiver, demodulator and decoder for the DSB signal of NOAA weather satellites.
Philip Wiese (ETHZ Bsc ETIT)
Antenna Design, Python - Xeratec
Julian Merkhover (ETHZ Bsc ETIT)
Python - julianmer
Sevrin Mathys (ETHZ Bsc ETIT)
GnuRadio, Python - SevyRide
Demodulate Raw I/Q audio from gqrx or similar programs
$ python2.7 src/demodulator/noaa_demodulate.py -f recordings/samples/POES_56k250.raw -r 56250
Extract TIP frames
$ python src/decoder/noaa_decode.py -f demod.raw -v 1
Decode TIP frames
TODO
The project has the following dependencies, make sure you have them all installed:
- Python2.7
- Python3
- tqdm (Python3)
- gnuradio
- SciPy
- Telemetry Decoder
- Documentation
Tutorials