From 28aaeef2b6e4959325910ed11e372ddaa9b0b85c Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 1 Apr 2021 17:42:30 +0200 Subject: [PATCH] Fixed other issues 2 --- core/src/dsp/demodulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/dsp/demodulator.h b/core/src/dsp/demodulator.h index 95e2d48..59f8bbb 100644 --- a/core/src/dsp/demodulator.h +++ b/core/src/dsp/demodulator.h @@ -646,7 +646,7 @@ namespace dsp { void setCostasLoopBw(float costasLoopBw) { _costasLoopBw = costasLoopBw; - costas.setLoopBandwidth(_costasLoopBw); + demod.setLoopBandwidth(_costasLoopBw); } void setMMGains(float omegaGain, float myGain) {