0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

change pll settings

This commit is contained in:
2025-03-23 18:09:18 +01:00
parent ecbeb6a18f
commit 455795dc86
4 changed files with 6 additions and 6 deletions

View File

@@ -416,7 +416,7 @@ int main(int argc, char **argv) {
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
PLL rds2_pll;
init_pll(&rds2_pll, 66500, 1, 10000, sample_rate);
init_pll(&rds2_pll, 66500, 4000, 2, 1, sample_rate);
// #endregion
signal(SIGINT, stop);