This is an old revision of the document!
In this milestone, you will use MATLAB to design the signal processing algorithm used by the laser tag system.
The objective of the signal processing algorithm is to collect a signal and then determine if the signal contains a shot from a laser tag gun.
This figure shows a signal that is just noise (i.e. no hit).
This figure shows the same signal with a square wave added to the noise (i.e. a hit from a gun).
Your signal processing algorithm will be able to analyze these two signals and determine that the second plot contains a hit and then determine the frequency of the shooter.
The basic operation of the system involves the following operations. Convert the received signal into a sampled digital signal Pass the signal through 10 bandpass filters with center frequencies of the 10 players Determine if the target was hit (i.e. the signal is not just noise) Determine the player
You will be designing the basic algorithms to accomplish this process.
This milestone is divided into three tasks.
Here are the requirements for Milestone 2: milestone2passoffcriteria.pdf