mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Reduce the transmit levels by half.
This commit is contained in:
parent
51f26b1330
commit
67aec1907e
3 changed files with 10 additions and 10 deletions
|
|
@ -27,10 +27,10 @@ static q15_t DMR_C4FSK_FILTER[] = {401, 104, -340, -731, -847, -553, 112, 909, 1
|
|||
-553, -847, -731, -340, 104, 401, 0};
|
||||
const uint16_t DMR_C4FSK_FILTER_LEN = 42U;
|
||||
|
||||
q15_t DMR_A[] = { 1280, 1280, 1280, 1280, 1280};
|
||||
q15_t DMR_B[] = { 427, 427, 427, 427, 427};
|
||||
q15_t DMR_C[] = { -427, -427, -427, -427, -427};
|
||||
q15_t DMR_D[] = {-1280, -1280, -1280, -1280, -1280};
|
||||
q15_t DMR_A[] = { 640, 640, 640, 640, 640};
|
||||
q15_t DMR_B[] = { 213, 213, 213, 213, 213};
|
||||
q15_t DMR_C[] = {-213, -213, -213, -213, -213};
|
||||
q15_t DMR_D[] = {-640, -640, -640, -640, -640};
|
||||
|
||||
// The PR FILL and Data Sync pattern.
|
||||
const uint8_t IDLE_DATA[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue