1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-12 08:06:34 -04:00
sdrangel/modems/m17/FreqDevEstimator.cpp
2022-07-18 11:18:56 +02:00

9 lines
266 B
C++

#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