I want to do a short summary on what have been done during GSoC. Slides and poster from GRCon and the previous posts should cover almost everything but it is nice to have one place where all the stuff is written down.
Implemented radar types with example flowgraph:
CW (tested on hardware and simulation)
FSK (tested on hardware and simulation)
Dual CW (tested on hardware and simulation)
FMCW (only simulation)
OFDM (only simulation)
Output methods:
Command line output with inbuild file sink
Time plot (plots time progression of target property)
Scatter plot (combines two target properties, e. g. range/velocity plots)
Spectrogram plot (plots 2D spectra, e. g. OFDM matrices)
Peak detection algorithms:
Max power detection (single peak detection)
OS-CFAR (multi peak detection)
OS-CFAR 2D (multi peak detection, e. g. for OFDM matrices)
Hardware interface and simulator:
Echotimer (UHD interface) for two or one USRP (multi USRP support is in work)
Sync setup for measuring hardware delay
Simulator with multi target capability and range, velocity, rcs and azimuth as target property
Processing blocks:
Crop matrix
Transpose matrix
OFDM cyclic prefix remover
OFDM matrix devision with zeropadding and discarding carriers
Split packages for FMCW and FSK
FFT for tagged streams
Message manipulator and gate for target property messages
Additional blocks:
Single target tracking
RCS estimation
Trigger for command line statements






