1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

M17: FreqDevEstimator code cleanup

This commit is contained in:
f4exb
2022-07-27 23:16:22 +02:00
parent c2a91610c9
commit b5b6bdf825
2 changed files with 45 additions and 38 deletions
+1
View File
@@ -4,5 +4,6 @@ namespace modemm17 {
const std::array<float, 3> FreqDevEstimator::dc_b = { 0.09763107, 0.19526215, 0.09763107 };
const std::array<float, 3> FreqDevEstimator::dc_a = { 1. , -0.94280904, 0.33333333 };
const float FreqDevEstimator::MAX_DC_ERROR = 0.2f;
} // namespace modemm17