TIDUF89 September 2024
The radar equation found in Programming Chirp Parameters in TI Radar Devices, application note describes the tradeoff between long detection range, low power consumption, and low false alarm rate mathematically.
Pt and Tr are functions of power consumption - as the functions increase, power consumption increases. SNRdet is a function of false alarm rate - as SNRdet increases, false alarm rate decreases. Keeping all the other terms constant, this yields the following relation, that detection range is proportionate to the product of power consumption and false positive rate.
This can also be understood through a broader lens through statistics. A known fact is that the noise of a radar system can be modeled as the magnitude of a complex Gaussian, which is known as a Rayleigh Distribution. If the received signal of a target of interest is modeled as a Gaussian, centered around some non-zero returned power, then the detection threshold for the amount of power returned to the radar system needs to be set somewhere between the two distributions. Detecting whether an object is present or not reduces simply to a hypothesis test of two distributions.
If the detection threshold is set lower, then there can be more false positive alarms (radar wakes up unnecessarily), but fewer false negatives (radar misses a real detection). Conversely, if the detection threshold is set higher, then there can be fewer false positive alarms, but the radar can experience some false negatives. Since the cost of missing a real detection can be quite high for surveillance systems, often the strategy is to make the detection threshold lower, and absorb some of the false alarms in exchange for the reduced likelihood of a missed real detection.