Skip to content

Commit

Permalink
Modify the ADF7021 parameters for M17.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Sep 15, 2021
1 parent 92597e0 commit ab3c9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ADF7021.h
Expand Up @@ -127,7 +127,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf
#define ADF7021_POST_BW_YSF 20U
#define ADF7021_POST_BW_P25 6U
#define ADF7021_POST_BW_NXDN 7U
#define ADF7021_POST_BW_M17 8U // Test
#define ADF7021_POST_BW_M17 7U // Test
#define ADF7021_POST_BW_POCSAG 1U

// IF filter (REG 05)
Expand Down Expand Up @@ -229,7 +229,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf
#define ADF7021_DISC_BW_YSF_H 430U // K=28
#define ADF7021_DISC_BW_P25 493U // K=32
#define ADF7021_DISC_BW_NXDN 246U // K=32
#define ADF7021_DISC_BW_M17 491U // K=32
#define ADF7021_DISC_BW_M17 492U // K=32
#define ADF7021_DISC_BW_POCSAG 338U // K=22

// Post demodulator bandwith (REG 04)
Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -26,7 +26,7 @@
#define VER_MAJOR "1"
#define VER_MINOR "5"
#define VER_REV "2"
#define VERSION_DATE "20210914"
#define VERSION_DATE "20210915"

#if defined(ZUMSPOT_ADF7021)
#define BOARD_INFO "ZUMspot"
Expand Down

0 comments on commit ab3c9a3

Please sign in to comment.