Radar Reception#

class RadarReception(signal, cube, cloud=None)[source]#

Bases: Reception

Information generated by receiving over a radar.

Generated by calling a Radar’s receive() method.

Parameters:
  • signal (Signal) – Received radar waveform.

  • cube (RadarCube) – Processed raw radar data.

  • cloud (RadarPointCloud, optional) – Radar point cloud. None if a point cloud was not generated.

property cloud: RadarPointCloud | None#

Detected radar point cloud.

None if a point cloud was not generated.

property cube: RadarCube#

Cube of processed raw radar data.