comparison chipsetsw/layer1/include/l1_ctl.h @ 39:d63f8505bf0c

l1_cmplx.c compiles in the l1_ext pass, l1_cmplx_intram still fails
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 05:44:43 +0000
parents 509db1a7b7b8
children 549dc74942a0
comparison
equal deleted inserted replaced
38:7f5eb5189d52 39:d63f8505bf0c
15 #define C_GEW 1 // Weighting factor. Default : 1/2 15 #define C_GEW 1 // Weighting factor. Default : 1/2
16 16
17 #define C_SNRGR 2560 // 2.5 F6.10 17 #define C_SNRGR 2560 // 2.5 F6.10
18 #define C_SNR_THR 8192 // 8 F6.10 18 #define C_SNR_THR 8192 // 8 F6.10
19 #define TOA_HISTO_LEN 11 // Histogram length 19 #define TOA_HISTO_LEN 11 // Histogram length
20
21 /*
22 * FreeCalypso Frankenstein: the following definition has been added
23 * from LoCosto version of this file, as it is used by l1_cmplx.c
24 * fairly extensively.
25 */
26 #define IL_FOR_RXLEV_SNR 220 // RX POWER LEVEL //increased from 210 to 220
20 27
21 /************************************/ 28 /************************************/
22 /* Automatic Gain Control (AGC) */ 29 /* Automatic Gain Control (AGC) */
23 /************************************/ 30 /************************************/
24 31