From 98a56b665e010676f59ac2102b9e5034fb57df41 Mon Sep 17 00:00:00 2001 From: Pascal Date: Sun, 31 Jan 2021 19:05:01 +0000 Subject: [PATCH] Increase rate for meteor intermediate I/Q in hope of a better analysis --- receive_meteor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receive_meteor.sh b/receive_meteor.sh index 83ce0ff..b7ae915 100755 --- a/receive_meteor.sh +++ b/receive_meteor.sh @@ -43,7 +43,7 @@ fi # $7 = Satellite max elevation log "Starting rtl_fm record" "INFO" -timeout "${6}" /usr/local/bin/rtl_fm ${BIAS_TEE} -p $PPM_ERROR -M raw -f "${2}"M -s 288k $GAIN | sox -t raw -r 288k -c 2 -b 16 -e s - -t wav "${RAMFS_AUDIO}/audio/${3}.wav" rate 96k +timeout "${6}" /usr/local/bin/rtl_fm ${BIAS_TEE} -p $PPM_ERROR -M raw -f "${2}"M -s 288k $GAIN | sox -t raw -r 288k -c 2 -b 16 -e s - -t wav "${RAMFS_AUDIO}/audio/${3}.wav" #rate 96k log "Demodulation in progress (QPSK)" "INFO" [ $1 = "METEOR-M2 2"] && demod_extra="-m opsk"