You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1004 B
29 lines
1004 B
#ifndef SCENPARAMSRANGE_H
|
|
#define SCENPARAMSRANGE_H
|
|
|
|
/****************** DSP ******************/
|
|
#define RRECEIVER_CONFIGURATION_LUT_MAX 8U
|
|
#define STB_COEFFICIENT_LUT_MAX 8
|
|
#define LINE_FILTER_LUT_MAX 3
|
|
#define BLENDWEIGHT_LUT_MAX 4
|
|
#define FREQUENCY_LUT_MAX 8
|
|
#define LPF_SCALE_MAX 4
|
|
#define DTGC_LUT_MAX 1024
|
|
#define ATGC_LUT_MAX 4
|
|
#define LPF_LUT_MAX 4
|
|
|
|
/************** Beam Former **************/
|
|
#define ELEMENT_POSITION_LUT_MAX 192
|
|
#define APODIZATIONLUT_LUT_MAX 4
|
|
#define RXBEAMFORMER_LUT_MAX 8U
|
|
#define PULSE_LUT_MAX 8U
|
|
|
|
/****************** SRAM *****************/
|
|
#define TOTAL_TX_SHOT_NUMBER_MAX 131072U
|
|
#define RX_BEAMFORMER_NUMBER_MAX 11264
|
|
#define FOCUS_TYPE_NUMBER_MAX 11264U
|
|
|
|
/************* Scenario Index ************/
|
|
#define SCENARIO_INDEX_MAX 131072U
|
|
|
|
#endif // SCENPARAMSRANGE_H
|
|
|