gr-satnogs/apps/flowgraphs/satellites
Manolis Surligas de8ba5b768 Automatically generate flowgraphs with GRCC
This commit adds GRCC into the CMake build system and creates the
executables from the .grc files on demand.

Because there is always the case that the gr-satnogs has not
been installed yet in the system, we still ship the auto-generated
from our side executables. In next releases, during the install
target, the GRCC and the executables generation, will be called
after the gr-satnogs is installed.
2019-12-24 00:29:24 +02:00
..
CMakeLists.txt Automatically generate flowgraphs with GRCC 2019-12-24 00:29:24 +02:00
README.md Add documentation file 2017-07-24 16:43:13 +03:00
amsat_fox_duv_decoder.grc Fix faulty generated flowgraphs 2019-12-23 17:48:32 +02:00
noaa_apt_decoder.grc Fix faulty generated flowgraphs 2019-12-23 17:48:32 +02:00
reaktor_hello_world_fsk9600_decoder.grc Fix faulty generated flowgraphs 2019-12-23 17:48:32 +02:00
satnogs_amsat_fox_duv_decoder.py Automatically generate flowgraphs with GRCC 2019-12-24 00:29:24 +02:00
satnogs_meteor_decoder.py Remove obsolete flowgraphs 2019-09-30 19:32:21 +03:00
satnogs_noaa_apt_decoder.py Automatically generate flowgraphs with GRCC 2019-12-24 00:29:24 +02:00
satnogs_reaktor_hello_world_fsk9600_decoder.py Automatically generate flowgraphs with GRCC 2019-12-24 00:29:24 +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