User Tools

Site Tools


milestone_2_task_3

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 through using your low pass filter
    • Down-sample the signal to
  • 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

  1. Low pass filter
    1. FIR
    2. length 81
  2. Bandpass filters
    1. IIR
    2. length 11
    3. Ten filters centered at player frequencies

Pass Off

Show the following plots for a shot by player 1.

  1. Square wave for player 1
    1. f=1471Hz
    2. Amplitude of 0.1V (square wave with voltage of either 0 or 0.1V)
    3. x-axis of 4 ms near the middle of the spectrum
    4. y-axis of -1V to 1V
    5. Sampling frequency of Fs=100kHz
  2. Optical noise (from lights.mat)
    1. Same axis as square wave
  3. Sum of optical noise and square wave
    1. Same axis as square wave
  4. Decimated signal
    1. Low pass filtered and then down-sampled to Fs=10kHz
    2. Same axis as square wave
  5. Signal filtered by bandpass filter centered at f=1471Hz
  6. The power for the signal through all 10 bandpass filters
    1. Signal length of 200ms

What is Needed in the Lab Book

Resources

Creating the signal as a square wave added to the optical noise:

milestone_2_task_3.1432161503.txt.gz · Last modified: 2015/05/20 16:38 by schultz