daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
777 stars 161 forks source link

Add deviation to UmKA-1 #585

Closed kng closed 2 months ago

kng commented 2 months ago

UMKA-1 (57172)

Observation 8935590 4k8 FSK USP downlink dd bs=$((4*48000)) if=iq_8935590_48000.raw of=umka1_cut.raw skip=102 count=2 gr_satellites UmKA-1_48.yml --iq --rawint16 umka1_cut.raw --samp_rate 48e3 --dump_path dump --disable_dc_block --deviation 1200 umka1_48_dev1200

Observation 8908818 9k6 FSK USP downlink dd bs=$((4*48000)) if=iq_8908818_48000.raw of=umka1_cut.raw skip=96 count=2 gr_satellites UmKA-1_96.yml --iq --rawint16 umka1_cut.raw --samp_rate 48e3 --dump_path dump --disable_dc_block --deviation 2400 umka1_96_dev2400

I have no IQ recordings of 1k2 and 2k4

daniestevez commented 2 months ago

Looks good.