mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 22:46:59 +00:00
Increase the boxcar level.
This commit is contained in:
parent
316085f2a6
commit
4b253f888d
1 changed files with 1 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -23,7 +23,7 @@
|
|||
#include "IO.h"
|
||||
|
||||
// One symbol boxcar filter
|
||||
static q15_t BOXCAR_FILTER[] = {3000, 3000, 3000, 3000, 3000, 0};
|
||||
static q15_t BOXCAR_FILTER[] = {6000, 6000, 6000, 6000, 6000, 0};
|
||||
const uint16_t BOXCAR_FILTER_LEN = 6U;
|
||||
|
||||
const uint16_t DC_OFFSET = 2048U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue