##// END OF EJS Templates
remove spectral matrices frequency shift
paul -
r12:611fe904e4b4 default
parent child
Show More
@@ -26,20 +26,20
26 #define NB_BINS_PER_ASM_F0 88
26 #define NB_BINS_PER_ASM_F0 88
27 #define NB_BINS_PER_PKT_ASM_F0 44
27 #define NB_BINS_PER_PKT_ASM_F0 44
28 #define TOTAL_SIZE_ASM_F0_IN_BYTES 4400 // 25 * 88 * 2
28 #define TOTAL_SIZE_ASM_F0_IN_BYTES 4400 // 25 * 88 * 2
29 #define ASM_F0_INDICE_START 17 // 88 bins
29 #define ASM_F0_INDICE_START 16 // 17 - 1, (-1) due to the VHDL behaviour
30 #define ASM_F0_INDICE_STOP 104 // 2 packets of 44 bins
30 #define ASM_F0_INDICE_STOP 103 // 104 - 1, 2 packets of 44 bins
31 //
31 //
32 #define NB_BINS_PER_ASM_F1 104
32 #define NB_BINS_PER_ASM_F1 104
33 #define NB_BINS_PER_PKT_ASM_F1 52
33 #define NB_BINS_PER_PKT_ASM_F1 52
34 #define TOTAL_SIZE_ASM_F1_IN_BYTES 5200 // 25 * 104 * 2
34 #define TOTAL_SIZE_ASM_F1_IN_BYTES 5200 // 25 * 104 * 2
35 #define ASM_F1_INDICE_START 6 // 104 bins
35 #define ASM_F1_INDICE_START 5 // 6 - 1, (-1) due to the VHDL behaviour
36 #define ASM_F1_INDICE_STOP 109 // 2 packets of 52 bins
36 #define ASM_F1_INDICE_STOP 108 // 109 - 1, 2 packets of 52 bins
37 //
37 //
38 #define NB_BINS_PER_ASM_F2 96
38 #define NB_BINS_PER_ASM_F2 96
39 #define NB_BINS_PER_PKT_ASM_F2 48
39 #define NB_BINS_PER_PKT_ASM_F2 48
40 #define TOTAL_SIZE_ASM_F2_IN_BYTES 4800 // 25 * 96 * 2
40 #define TOTAL_SIZE_ASM_F2_IN_BYTES 4800 // 25 * 96 * 2
41 #define ASM_F2_INDICE_START 7 // 96 bins
41 #define ASM_F2_INDICE_START 6 // 7 - 1, (-1) due to the VHDL behaviour
42 #define ASM_F2_INDICE_STOP 102 // 2 packets of 48 bins
42 #define ASM_F2_INDICE_STOP 101 // 102 - 1, 2 packets of 48 bins
43 //
43 //
44 #define NB_BINS_COMPRESSED_SM_F0 11
44 #define NB_BINS_COMPRESSED_SM_F0 11
45 #define NB_BINS_COMPRESSED_SM_F1 13
45 #define NB_BINS_COMPRESSED_SM_F1 13
General Comments 0
You need to be logged in to leave comments. Login now