Hi,
In the srrdemo dss_main.c, the obj->numAngleBins = SUBFRAME_SRR_NUM_ANGLE_BINS ,
#define SUBFRAME_SRR_NUM_ANGLE_BINS (32U)
I am confused by tthe value of SUBFRAME_SRR_NUM_ANGLE_BINS is equal to 32, why the value is set to 32?
How to get the numAngleBins in the radar system?
Tank you!