mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Fixing symbol generation (zero padding for FIR interpolation)
This commit is contained in:
@@ -44,10 +44,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[] = { 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 q15_t P25_LEVELA[] = { 2475, 0, 0, 0, 0};
|
||||
const q15_t P25_LEVELB[] = { 825, 0, 0, 0, 0};
|
||||
const q15_t P25_LEVELC[] = {-825, 0, 0, 0, 0};
|
||||
const q15_t P25_LEVELD[] = {-2475, 0, 0, 0, 0};
|
||||
|
||||
const uint8_t P25_START_SYNC = 0x77U;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user