adjust discriminator BW slightly;

pull/2/head
Bryan Biedenkapp 4 years ago
parent 486bb7a99f
commit f95e6f03cf

@ -171,7 +171,7 @@
// Bug in ADI evaluation software, use datasheet formula (4FSK) // Bug in ADI evaluation software, use datasheet formula (4FSK)
#define ADF7021_DISC_BW_DEFAULT 522U // K=85 #define ADF7021_DISC_BW_DEFAULT 522U // K=85
#define ADF7021_DISC_BW_DMR 393U // K=32 #define ADF7021_DISC_BW_DMR 393U // K=32
#define ADF7021_DISC_BW_P25 394U // K=32 #define ADF7021_DISC_BW_P25 393U // K=32
// Post demodulator bandwith // Post demodulator bandwith
#define ADF7021_POST_BW_DEFAULT 10U #define ADF7021_POST_BW_DEFAULT 10U
@ -280,7 +280,7 @@
// Bug in ADI evaluation software, use datasheet formula (4FSK) // Bug in ADI evaluation software, use datasheet formula (4FSK)
#define ADF7021_DISC_BW_DEFAULT 522U // K=85 #define ADF7021_DISC_BW_DEFAULT 522U // K=85
#define ADF7021_DISC_BW_DMR 491U // K=32 #define ADF7021_DISC_BW_DMR 491U // K=32
#define ADF7021_DISC_BW_P25 493U // K=32 #define ADF7021_DISC_BW_P25 491U // K=32
// Post demodulator bandwith // Post demodulator bandwith
#define ADF7021_POST_BW_DEFAULT 10U #define ADF7021_POST_BW_DEFAULT 10U

@ -409,8 +409,8 @@ bool P25RX::correlateSync()
DEBUG2("P25RX: correlateSync(): correlateSync errs", errs); DEBUG2("P25RX: correlateSync(): correlateSync errs", errs);
// DEBUG4("P25RX: correlateSync(): sync [b0 - b2]", sync[0], sync[1], sync[2]); DEBUG4("P25RX: correlateSync(): sync [b0 - b2]", sync[0], sync[1], sync[2]);
// DEBUG4("P25RX: correlateSync(): sync [b3 - b5]", sync[3], sync[4], sync[5]); DEBUG4("P25RX: correlateSync(): sync [b3 - b5]", sync[3], sync[4], sync[5]);
for (uint8_t i = 0U; i < P25_SYNC_BYTES_LENGTH; i++) for (uint8_t i = 0U; i < P25_SYNC_BYTES_LENGTH; i++)
m_buffer[i] = sync[i]; m_buffer[i] = sync[i];

Loading…
Cancel
Save

Powered by TurnKey Linux.