From bccb8fb0766823fe99dc425079d69744dd1dd0aa Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:38:23 +0100 Subject: [PATCH] RDS2 should be in phase to RDS1 --- src/fm95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fm95.c b/src/fm95.c index 087c3c2..120648f 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -492,7 +492,7 @@ int main(int argc, char **argv) { } } if(rds_on && polar_stereo == 0) { - float rds_carrier = get_oscillator_sin_multiplier_ni(&osc, 3); + float rds_carrier = get_oscillator_cos_multiplier_ni(&osc, 3); output[i] += (current_rds_in*rds_carrier)*RDS_VOLUME; if(!sca_on) { float rds2_carrier_66 = apply_pll(&rds2_pll, get_oscillator_sin_multiplier_ni(&osc, 1));