Use the BER from the Viterbi decoder in M17 mode to determine if the

audio is usable or not.
This commit is contained in:
Jonathan Naylor
2021-06-28 19:16:16 +01:00
parent f7b8448963
commit dae05ad58a
4 changed files with 72 additions and 58 deletions

View File

@@ -69,6 +69,7 @@ private:
unsigned int m_rfBits;
CM17LSF m_rfLSF;
unsigned int m_rfLSFn;
unsigned int m_rfFN;
CM17LSF m_netLSF;
unsigned int m_netLSFn;
CRSSIInterpolator* m_rssiMapper;