Reduce the transmit levels by half.

This commit is contained in:
Jonathan Naylor 2016-04-14 18:38:02 +01:00
parent 51f26b1330
commit 67aec1907e
3 changed files with 10 additions and 10 deletions

View file

@ -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[] =