├── LICENSE ├── README.md ├── USRP_Pulse_Doppler_Radar.pro ├── cameradialog.cpp ├── cameradialog.h ├── cameradialog.ui ├── detection.cpp ├── detection.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── plot.cpp ├── plot.h ├── ppidialog.cpp ├── ppidialog.h ├── ppidialog.ui ├── precision.h ├── processing.cpp ├── processing.h ├── processing_gpu.cu ├── processing_gpu.h ├── processing_gpu_double.cu ├── processing_gpu_double.h ├── simulatedtarget.cpp ├── simulatedtarget.h ├── tracker.cpp ├── tracker.h ├── waveform.cpp └── waveform.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/README.md -------------------------------------------------------------------------------- /USRP_Pulse_Doppler_Radar.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/USRP_Pulse_Doppler_Radar.pro -------------------------------------------------------------------------------- /cameradialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/cameradialog.cpp -------------------------------------------------------------------------------- /cameradialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/cameradialog.h -------------------------------------------------------------------------------- /cameradialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/cameradialog.ui -------------------------------------------------------------------------------- /detection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/detection.cpp -------------------------------------------------------------------------------- /detection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/detection.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /plot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/plot.cpp -------------------------------------------------------------------------------- /plot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/plot.h -------------------------------------------------------------------------------- /ppidialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/ppidialog.cpp -------------------------------------------------------------------------------- /ppidialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/ppidialog.h -------------------------------------------------------------------------------- /ppidialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/ppidialog.ui -------------------------------------------------------------------------------- /precision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/precision.h -------------------------------------------------------------------------------- /processing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing.cpp -------------------------------------------------------------------------------- /processing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing.h -------------------------------------------------------------------------------- /processing_gpu.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing_gpu.cu -------------------------------------------------------------------------------- /processing_gpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing_gpu.h -------------------------------------------------------------------------------- /processing_gpu_double.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing_gpu_double.cu -------------------------------------------------------------------------------- /processing_gpu_double.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/processing_gpu_double.h -------------------------------------------------------------------------------- /simulatedtarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/simulatedtarget.cpp -------------------------------------------------------------------------------- /simulatedtarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/simulatedtarget.h -------------------------------------------------------------------------------- /tracker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/tracker.cpp -------------------------------------------------------------------------------- /tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/tracker.h -------------------------------------------------------------------------------- /waveform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/waveform.cpp -------------------------------------------------------------------------------- /waveform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonasmc83/USRP_Software_defined_radar/HEAD/waveform.h --------------------------------------------------------------------------------