XCORE SDK
XCORE Software Development Kit
adec_defines.h
1 // Copyright 2022 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 #ifndef ADEC_DEFINES_H
4 #define ADEC_DEFINES_H
5 
21 #define ADEC_PEAK_TO_AVERAGE_HISTORY_DEPTH 8
22 
27 #define ADEC_PEAK_LINREG_HISTORY_SIZE 66
28 
29 #endif