From d569db664344566b648a70f6332b31127d4e18bc Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 18:53:12 +0100 Subject: [PATCH] [fix](trx-backend-soapysdr): fine tune wfm phase trim Co-authored-by: OpenAI Codex Signed-off-by: Stan Grams --- .../trx-backend/trx-backend-soapysdr/src/demod/wfm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs index 270f184..870d9ed 100644 --- a/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs +++ b/src/trx-server/trx-backend/trx-backend-soapysdr/src/demod/wfm.rs @@ -25,7 +25,7 @@ const PILOT_NOTCH_Q: f32 = 5.0; /// Narrow 19 kHz band-pass used to derive zero-crossings for switching stereo demod. const PILOT_BPF_Q: f32 = 20.0; /// Fixed phase trim on the recovered L-R channel. -const STEREO_SEPARATION_PHASE_TRIM: f32 = 0.0; +const STEREO_SEPARATION_PHASE_TRIM: f32 = 0.001; /// Fixed gain trim on the recovered L-R channel. const STEREO_SEPARATION_GAIN: f32 = 1.00; /// Extra headroom in the stereo matrix.