The basic objective was to design a program in Matlab that simulates how police radar guns work and various methods of how to jam those radar signals. Simulation is split into three separate programs that each generated a signal or value that results from some analysis of a provided target.
CAR
Generates the spectrum of the speed beam reflected off of a stationary landscape and moving vehicle.
POLICE
Analyzes the reflected spectrum from the vehicle, removes the original speed beam frequency and then uses a match filter to determine the speed that the remaining frequencies represent.
JAM
Outputs a modified version of the spectrum emitted from the car so as to fool the match filter in the Police Program. There are several differently implemented versions of jam.






