Electronic – Will radar/lidar still work when every car is equipped with them

automotivelaserradar

Self driving cars rely on cameras, radar, and lidar to recognize the environment around them. Cameras of course don't interfere with each other, since they are passive sensors. Since a signal received directly from another transmitter is much stronger than a reflected signal from your own transmitter, what stops the transmitted signals from one radar/lidar interfering with the receiver of another?

Will radar/lidar still work when all cars are equipped with them? Assuming that they will, how will this be accomplished?

Best Answer

You'd be surprised.

This is actually topic of ongoing research, and of several PhD dissertations.

The question which radar waveforms and algorithms can be used to mitigate interference is a long-fought over one; in essence, however, this breaks down to the same problem that any ad-hoc communication system has.

Different systems solve that differently; you can do coded radars, where you basically do the same as in CDMA systems and divide your spectrum by giving each car a collision-free code sequence. The trick is coordinating these codes, but an observation phase and collision detection might be sufficient here.

More likely to succeed is collision detection and avoidance in time: simply observe the spectrum for radar bursts of your neighbors, and (assuming some regularity), extrapolate when they won't be transmitting. Use that time.

Notice that wifi solves this problem inherently, much like described above, in a temporal fashion. In fact, you can double-use your Wifi packets as radar signals and do a radar estimation on their reflection. And since automotive radar (802.11p) is a thing, and the data you'd send is known to you and also unique, you could benefit from the orthogonal correlation properties of a coded radar and the higher spectral density and thus increased estimate quality of time-exclusive transmission.

There's a dissertation which IMHO aged well on that, and it's Martin Braun: OFDM Radar Algorithms in Mobile Communication Networks, 2014.