Fixed other issues 2

pull/96/head
Ryzerth 2021-04-01 17:42:30 +02:00
rodzic 669288385e
commit 28aaeef2b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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