Adding DC estimator filter for all modes

This commit is contained in:
Andy CA6JAU 2017-07-06 00:51:46 -04:00
parent 6c4496e034
commit f8d767913e
11 changed files with 42 additions and 34 deletions

View file

@ -36,6 +36,8 @@ bool m_duplex = true;
bool m_tx = false;
bool m_dcd = false;
q15_t m_dc_level = 0;
CDStarRX dstarRX;
CDStarTX dstarTX;