[fix](trx-rds): relax weak-signal commit thresholds

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 12:36:46 +01:00
parent a94fcd75af
commit 2874c63dd1
+2 -2
View File
@@ -13,8 +13,8 @@ const RDS_POLY: u16 = 0x1B9;
const SEARCH_REG_MASK: u32 = (1 << 26) - 1;
const PHASE_CANDIDATES: usize = 8;
const BIPHASE_CLOCK_WINDOW: usize = 128;
const RDS_BASEBAND_LP_HZ: f32 = 2_400.0;
const PS_VOTE_COMMIT_SCORE: u8 = 3;
const RDS_BASEBAND_LP_HZ: f32 = 3_000.0;
const PS_VOTE_COMMIT_SCORE: u8 = 2;
const TIMING_PHASE_GAIN: f32 = 0.08;
const TIMING_RATE_GAIN: f32 = 0.0008;
const TIMING_RATE_SPAN: f32 = 0.03;