41 std::vector<std::unique_ptr<serial::Response>>
responses;
Global configuration file for the project.
double RealType
Type for real numbers.
Classes for managing radar signal responses.
A data packet containing all information needed to process one receive window.
RealType duration
The duration of the receive window in seconds.
std::vector< std::unique_ptr< serial::Response > > responses
A list of all Response objects that overlap with this window.
RealType ideal_start_time
The ideal, jitter-free start time of the receive window.
std::vector< radar::Transmitter * > active_cw_sources
A list of all CW transmitters that were active during this window.
Header file for the Transmitter class in the radar namespace.