31 return _wave->
render(_points, size, fracWinDelay);
RealType getRate() const noexcept
Gets the sample rate of the radar signal.
std::vector< ComplexType > render(const std::vector< interp::InterpPoint > &points, unsigned &size, RealType fracWinDelay) const
Renders the radar signal.
const std::string & getName() const noexcept
Retrieves the name of the object.
void addInterpPoint(const interp::InterpPoint &point)
Adds an interpolation point to the response.
std::string getTransmitterName() const noexcept
Retrieves the name of the associated transmitter.
std::vector< ComplexType > renderBinary(RealType &rate, unsigned &size, RealType fracWinDelay) const
Renders the response in binary format.
double RealType
Type for real numbers.
Wrapper for managing XML documents and elements using libxml2.
Defines the Radar class and associated functionality.
Classes for handling radar waveforms and signals.
Classes for managing radar signal responses.
Stores data for an interpolation point.
Header file for the Transmitter class in the radar namespace.