gr-satnogs/apps/flowgraphs/satellites
Manolis Surligas f33f46edb9 Add libfec as external project
The CMake build system will first try to locate libfec in the system. if
it is not available, it will start building the libfec that is part of
the gr-satnogs source code. During the installation libfec is installed
in the system, thus future builds will make use of it and will not
rebuild from source.
2018-03-24 21:43:18 +02:00
..
CMakeLists.txt METEOR initial flowgraph 2018-01-10 12:10:13 +02:00
README.md Add documentation file 2017-07-24 16:43:13 +03:00
meteor_decoder.grc Fix METEOR flowgraph 2018-01-11 02:25:23 +02:00
mpla.ogg Add libfec as external project 2018-03-24 21:43:18 +02:00
noaa_apt_decoder.grc Connect output of doppler correction block to waterfall sink 2018-02-08 14:10:43 +02:00
satnogs_meteor_decoder.py Fix METEOR flowgraph 2018-01-11 02:25:23 +02:00
satnogs_noaa_apt_decoder.py Fix NOAA issue caused by bad GRC regeneration 2018-02-24 00:19:40 +02:00
upsat_afsk_receiver.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_afsk_transmitter.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_fsk_receiver.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_fsk_transmitter.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_cli.grc Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_cli.py Redesign of the OOT module block structure 2016-12-04 17:09:10 +02:00
upsat_transceiver_qt.grc Dev (#67) 2017-03-23 03:22:08 +02:00
upsat_transceiver_qt.py Remove obsolete examples 2018-03-20 20:40:13 +02:00

README.md

SatNOGS NOAA APT Decoder

--antenna: Specify the RX antenna of SDR device

--bb-gain: Specify the baseband (BB )gain of the SDR device

--dev-args: Set device specific arguments

--doppler-correction-per-sec: Doppler corrections per second

--file-path: File path of the output audio file

--if-gain: Specify the intermediate frequency (IF) gain of the SDR device

--image-file-path: File path of the output image file(s)

--lo-offset: Local oscillator offset

--ppm: Set PPM

--rf-gain: Specify the radio frequency (RF) gain of the SDR device

--rigctl-port: Specify the listening port of the rigctl daemon (rigctld)

--rx-freq: Set the target frequency of the satellite

--rx-sdr-device: Specify the RX SDR device. Possible values: ['usrpb200','usrp2','rtlsdr','airspy','hackrf']

--waterfall-file-path: File path of the output waterfall data file

--split-images: Split the two images contained in the received image. Use 1 for Yes, 0 for No

--sync: Synchronize image to the APT training sequence. Use 1 for Yes, 0 for No

--flip-images: Rotate images 180 degrees. Use 1 for Yes, 0 for No