Adjust clock recovery timing constraints for improved demodulation.

master
Rob Riggs 2021-01-23 10:53:11 -06:00
rodzic d3388f3ace
commit 8400a7f76d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ struct M17Demodulator : IDemodulator
auto [sample, phase, symbol, evm] = demod_result;
auto [locked, evma] = dcd(evm);
static size_t count = 0;
gain = locked ? 0.0005f : 0.01f;
gain = locked ? 0.0025f : 0.01f;
switch (demodState)
{