Fixed other issues 2

This commit is contained in:
Ryzerth 2021-04-01 17:42:30 +02:00
parent 669288385e
commit 28aaeef2b6

View File

@ -646,7 +646,7 @@ namespace dsp {
void setCostasLoopBw(float costasLoopBw) {
_costasLoopBw = costasLoopBw;
costas.setLoopBandwidth(_costasLoopBw);
demod.setLoopBandwidth(_costasLoopBw);
}
void setMMGains(float omegaGain, float myGain) {