From 7c07952bedad96280e8ad00467168f474cb84572 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Thu, 9 Mar 2017 00:53:00 -0300 Subject: [PATCH] Updating YSF registers for 14.7456 MHz TCXO --- ADF7021.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ADF7021.h b/ADF7021.h index 8fbe5c0..8ae0a29 100644 --- a/ADF7021.h +++ b/ADF7021.h @@ -68,7 +68,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf // Post demodulator bandwith (REG 04) #define ADF7021_POST_BW_DSTAR 10U #define ADF7021_POST_BW_DMR 65U -#define ADF7021_POST_BW_YSF 65U +#define ADF7021_POST_BW_YSF 15U #define ADF7021_POST_BW_P25 6U // IF filter (REG 05) @@ -83,7 +83,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf // Slicer threshold for 4FSK demodulator (REG 13) #define ADF7021_SLICER_TH_DSTAR 0U #define ADF7021_SLICER_TH_DMR 51U -#define ADF7021_SLICER_TH_YSF 53U +#define ADF7021_SLICER_TH_YSF 75U #define ADF7021_SLICER_TH_P25 52U /****** Support for 19.6800 MHz TCXO (original RF7021SE boards) ******/ @@ -135,7 +135,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf // Slicer threshold for 4FSK demodulator (REG 13) #define ADF7021_SLICER_TH_DSTAR 0U #define ADF7021_SLICER_TH_DMR 51U -#define ADF7021_SLICER_TH_YSF 53U +#define ADF7021_SLICER_TH_YSF 75U #define ADF7021_SLICER_TH_P25 52U /****** Support for 12.2880 MHz TCXO ******/ @@ -187,7 +187,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf // Slicer threshold for 4FSK demodulator (REG 13) #define ADF7021_SLICER_TH_DSTAR 0U #define ADF7021_SLICER_TH_DMR 51U -#define ADF7021_SLICER_TH_YSF 53U +#define ADF7021_SLICER_TH_YSF 75U #define ADF7021_SLICER_TH_P25 52U #endif