1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

M17 mod/demod: moved m17 specific code to a new modems library

This commit is contained in:
f4exb
2022-06-10 19:17:56 +02:00
parent 6a22606beb
commit dd2233f763
39 changed files with 442 additions and 655 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "FreqDevEstimator.h"
namespace mobilinkd {
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 mobilinkd