mirror of https://github.com/markqvist/MMDVM.git
Increase P25 transmit levels by 25%.
parent
c69933b48d
commit
d13b6d8cf4
|
@ -46,10 +46,10 @@ static q15_t P25_LP_FILTER[] = {170, 401, 340, -203, -715, -478, 281, 419, -440,
|
|||
281, -478, -715, -203, 340, 401, 170};
|
||||
const uint16_t P25_LP_FILTER_LEN = 44U;
|
||||
|
||||
const q15_t P25_LEVELA[] = { 396, 396, 396, 396, 396};
|
||||
const q15_t P25_LEVELB[] = { 132, 132, 132, 132, 132};
|
||||
const q15_t P25_LEVELC[] = {-132, -132, -132, -132, -132};
|
||||
const q15_t P25_LEVELD[] = {-396, -396, -396, -396, -396};
|
||||
const q15_t P25_LEVELA[] = { 495, 495, 495, 495, 495};
|
||||
const q15_t P25_LEVELB[] = { 165, 165, 165, 165, 165};
|
||||
const q15_t P25_LEVELC[] = {-165, -165, -165, -165, -165};
|
||||
const q15_t P25_LEVELD[] = {-495, -495, -495, -495, -495};
|
||||
|
||||
const uint8_t P25_START_SYNC = 0x77U;
|
||||
|
||||
|
|
Loading…
Reference in New Issue