valeoai / carrada_dataset

GNU General Public License v3.0
85 stars 22 forks source link

Angle resolution problem #4

Closed ZHOUYI1023 closed 2 years ago

ZHOUYI1023 commented 2 years ago

Hello, in your paper, the angle resolution of your radar is 0.7 degree. According to the equation, the resolution should roughly equal 2/N rad. That indicates you have a large number of antennas. Do you use the cascaded radar platform? Or a calculation mistake?

ArthurOuaknine commented 2 years ago

Hello, it is not the angle resolution of the radar but the FFT angle resolution which is mentionned to be 0.7 deg in the paper. It means that, in the angle dimension (in the RA or the RAD representation), each bin correspond to 0.7deg resolution. However the angular resolution of the radar can be computed with the formula at the end of section 2.B., roughly equal to 2/N rad. So there are redundant information in the angle axis because the FFT resolution is lower than the actual angular resolution of the sensor.

I hope it will help. Best.