mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Compensate DMR deviation to match old adjustments (K=0.904)
This commit is contained in:
parent
db1c01f4dc
commit
fcdbb8cda0
2 changed files with 8 additions and 8 deletions
|
|
@ -36,10 +36,10 @@ static q15_t DMR_C4FSK_FILTER[] = {0, 0, 0, 0, 401, 104, -340, -731, -847, -553,
|
|||
const uint16_t DMR_C4FSK_FILTER_PHASE_LEN = 9U; // phaseLength = numTaps/L
|
||||
#endif
|
||||
|
||||
const q15_t DMR_LEVELA = 3195;
|
||||
const q15_t DMR_LEVELB = 1065;
|
||||
const q15_t DMR_LEVELC = -1065;
|
||||
const q15_t DMR_LEVELD = -3195;
|
||||
const q15_t DMR_LEVELA = 2889;
|
||||
const q15_t DMR_LEVELB = 963;
|
||||
const q15_t DMR_LEVELC = -963;
|
||||
const q15_t DMR_LEVELD = -2889;
|
||||
|
||||
// The PR FILL and Data Sync pattern.
|
||||
const uint8_t IDLE_DATA[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue