You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the parameter "RadarSignalProcessing.numTxAnt" represent the number of radar's transmit antennas? This parameter is set to 12, the shape of radar data of one channel is (512,256,4). Why each dimension of this data cannot be evenly divied by 3 or 12?
The text was updated successfully, but these errors were encountered:
I have the same doubt, in the function def __build_radar_frame(self,adc0,adc1,adc2,adc3), the output shape is (512,256,16), it seems the data from only one Tx antenna, otherwise it would be (512,256,12*16). Please correct me if I'm wrong, thanks a lot!
Does the parameter "RadarSignalProcessing.numTxAnt" represent the number of radar's transmit antennas? This parameter is set to 12, the shape of radar data of one channel is (512,256,4). Why each dimension of this data cannot be evenly divied by 3 or 12?
Have you solved this problem? I have some ideas about this issue. My email is [email protected]. Can we discuss it together?
Does the parameter "RadarSignalProcessing.numTxAnt" represent the number of radar's transmit antennas? This parameter is set to 12, the shape of radar data of one channel is (512,256,4). Why each dimension of this data cannot be evenly divied by 3 or 12?
The text was updated successfully, but these errors were encountered: