Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The information below describes how the “CFAR point cloud” output from a radar is derived from the radar’s view of the environment surrounding it.

This mode is just one approach to extracting features from the scene that the radar presents.

The International Research Journal of Engineering and Technology (IRJET) Volume: 05 Issue: 07 describes Constant False Alarm Rate (CFAR) Detection as

an adaptive algorithm used in Radar systems to detect the target echoes against a background of noise and clutter. The role of the constant false alarm rate circuit is to determine the threshold above which any returning signal or echo can be considered probably to be originated from a target. In most radar systems, the threshold is set to achieve a required false alarm rate (or equivalently, probability of false alarm). Cell-Averaging CFAR (CA - CFAR) is a type of CFAR detection where the threshold is estimated by scanning a block of cells around a cell-under-test (CUT) and calculating the average power level. In CA – CFAR, a target is declared to be present if the power level in the CUT exceeds the average power level found from adjacent block of cells. This paper shows the principle of CA – CFAR detector, threshold factors for CFAR detection, factors affecting CFAR detection and CFAR loss

The subsequent text of that article expands on the technicalities around Cell-Averaging-CFAR.

...

Note

A radar must be configured via its' web interface to output data in this mode
https://navtechradar.atlassian.net/wiki/spaces/PROD/pages/2265514016/User+-+System+Configuration#Changing-the-Navigation-Data.

Info

Note that while CA-CFAR processing can be carried out within the radar, the source code to execute this processing within a client application outside the radar is also available from our Bitbucket repository.

...

Cell-Averaging CFAR feature extraction:
Pictorial guide to processing steps

...