WinProp_FMCW_Radar

Function List

WinProp_FMCW_Radar::WinProp_FMCW_Radar
Default constructor
WinProp_FMCW_Radar::~WinProp_FMCW_Radar
Destructor
WinProp_FMCW_Radar::compute
Computes the Range-Doppler and/or Range-Angle heatmaps using a FMCW radar by post-processing the received rays with sawtooth chirps according to the radar parameters.

Function Details

WinProp_FMCW_Radar()

Description

Default constructor

Parameters

Returns None

~WinProp_FMCW_Radar()

Description

Destructor

Parameters

Returns None

int compute(const WinProp_FMCW_Para * fmcwPara, const int nrRayMatrices, const WinProp_RayMatrixElement * rayMatrices, const WinProp_Callback * callbacks, WinProp_ResultPlane * rangeVelocity, WinProp_ResultPlane * rangeAngle)

Description

Computes the Range-Doppler and/or Range-Angle heatmaps using a FMCW radar by post-processing the received rays with sawtooth chirps according to the radar parameters.

Parameters

const WinProp_FMCW_Para * fmcwPara
The FMCW radar parameters.
const int nrRayMatrices
The number of ray matrices.
const WinProp_RayMatrixElement * rayMatrices
The ray matrices for receiving element(s).
const WinProp_Callback * callbacks
If non-null, the callbacks to be used.
WinProp_ResultPlane * rangeVelocity
If non-null, structure containing the Range-Doppler heatmap result.
WinProp_ResultPlane * rangeAngle
If non-null, structure containing the Range-Angle heatmap result.

Returns An integer: 0 = success, failure otherwise.

The documentation was generated from the following file:
  • source.eng/FMCW/winprop_fmcw_radar.h