This is an old revision of the document!
Milestone 2, Task 3: Signal Processing of Complete System
Overview
This tasks involves put the various parts of the signal processing algorithm together. This task will help you understand the signal processing algorithm and demonstrate that your signal processing algorithm works.
Essentially, this milestone combines Task 1 and Task 2 together.
General Requirements
Add a square wave to the optical noise
Decimate the signal
Filter the signal with the 10 bandpass filters
Calculate and display the power
General Notes
Measured signal from fluorescent lights: light.zip
player frequencies: 1471, 1724, 2000, 2273, 2632, 2941, 3333, 3571, 3846, 4167
Specifications
Low pass filter
FIR
length 81
Bandpass filters
IIR
length 11
Ten filters centered at player frequencies
Pass Off
Show the following plots for a shot by player 1.
Square wave for player 1
f=1471Hz
Amplitude of 0.1V (square wave with voltage of either 0 or 0.1V)
x-axis of 4 ms near the middle of the spectrum
y-axis of -1V to 1V
Sampling frequency of Fs=100kHz
Optical noise (from lights.mat)
Same axis as square wave
Sum of optical noise and square wave
Same axis as square wave
Decimated signal
Low pass filtered and then down-sampled to Fs=10kHz
Same axis as square wave
Signal filtered by bandpass filter centered at f=1471Hz
The power for the signal through all 10 bandpass filters
Signal length of 200ms