Added basic RDS support, no error correction yet

This commit is contained in:
AlexandreRouma
2022-07-06 22:11:49 +02:00
parent 46f17019a7
commit edf22ccfe8
14 changed files with 992 additions and 28 deletions

View File

@@ -178,7 +178,7 @@ namespace dsp::clock_recovery {
}
dsp::multirate::PolyphaseBank<float> interpBank;
loop::PhaseControlLoop<double, false> pcl;
loop::PhaseControlLoop<float, false> pcl;
double _omega;
double _omegaGain;