From 46367edd422f44b2cf96d127c2a164f80cc53435 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 27 Jun 2022 06:55:55 +0000 Subject: [PATCH] - changed CPR tracking loop filter git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1094 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- Source/Receiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Receiver.cpp b/Source/Receiver.cpp index 4333a6f..d1c99e9 100644 --- a/Source/Receiver.cpp +++ b/Source/Receiver.cpp @@ -16,7 +16,7 @@ const uint32_t RCF_NUM_PHASES = 256; // RCF_TYPE_POLYPHASE_DISCRETE: const radio_float_t CPR_GAIN_LEAD_AQU = (radio_float_t)5.00E-5; // 3E-5 const radio_float_t CPR_GAIN_LAG_AQU = (radio_float_t)0.40E-6; // 1E-6 -const radio_float_t CPR_GAIN_LEAD_TRK = (radio_float_t)1.00E-6; // 1E-5 +const radio_float_t CPR_GAIN_LEAD_TRK = (radio_float_t)5.00E-6; // 1E-5 const radio_float_t CPR_GAIN_LAG_TRK = (radio_float_t)1.00E-9; // 5E-7 const radio_float_t STR_GAIN_LEAD_AQU = (radio_float_t)4.00E-4; // 2E-3