mirror of https://github.com/g4klx/MMDVM.git
Merge branch 'boxcar' of https://github.com/g4klx/MMDVM into boxcar
This commit is contained in:
commit
954131f73c
2
IO.cpp
2
IO.cpp
|
@ -23,7 +23,7 @@
|
||||||
#include "IO.h"
|
#include "IO.h"
|
||||||
|
|
||||||
// One symbol boxcar filter
|
// One symbol boxcar filter
|
||||||
static q15_t BOXCAR_FILTER[] = {6000, 6000, 6000, 6000, 6000, 0};
|
static q15_t BOXCAR_FILTER[] = {12000, 12000, 12000, 12000, 12000, 0};
|
||||||
const uint16_t BOXCAR_FILTER_LEN = 6U;
|
const uint16_t BOXCAR_FILTER_LEN = 6U;
|
||||||
|
|
||||||
const uint16_t DC_OFFSET = 2048U;
|
const uint16_t DC_OFFSET = 2048U;
|
||||||
|
|
Loading…
Reference in New Issue