A class to store detection data.
Definition: Detection.h:14
A class to interpolate detection data using a quadratic curve.
Definition: Interpolate.h:18
bool doDelay
True if interpolating over delay.
Definition: Interpolate.h:21
~Interpolate()
Destructor.
Definition: Interpolate.cpp:16
Detection * process(Detection *x, Map< std::complex< double >> *y)
Implement the 1D CFAR detector.
Definition: Interpolate.cpp:20
Detection * detection
Pointer to detection data to store result.
Definition: Interpolate.h:27
Interpolate(bool doDelay, bool doDoppler)
Constructor.
Definition: Interpolate.cpp:9
bool doDoppler
True if interpolating over Doppler.
Definition: Interpolate.h:24
A class to store an ambiguity map.
Definition: Map.h:20