1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

M17 code reorganization

This commit is contained in:
f4exb
2022-07-20 05:47:48 +02:00
parent e39277269c
commit ac2a45ce88
47 changed files with 82 additions and 82 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "FreqDevEstimator.h"
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 };
} // namespace modemm17