sdrangel/modemm17/FreqDevEstimator.cpp

9 wiersze
266 B
C++
Czysty Zwykły widok Historia

#include "FreqDevEstimator.h"
2022-07-04 21:03:07 +00:00
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 };
2022-07-04 21:03:07 +00:00
} // namespace modemm17