ESE297 - Intro to Undergraduate Research

From ESE497 Wiki
Revision as of 16:54, 3 February 2010 by Ed (talk | contribs) (→‎Lecture Notes)
Jump to navigationJump to search
  • Meeting Time: Wednesday 8:30 - 10 am
  • Office Hours: Monday 8:30 - 10 am or by appointment
  • Team Members: Alex Gu, Andrew Wiens, Alexander Benjamin, Anisha Rastogi, Charlie Kang, Edison Kociu, Lisa Goldman, Michael Scholl, Sam Fok, Sarah Fern, Sophia (Xinyuan) Cui, Will Donnelly
  • PhD Supervisor: Sandeep, Andrew, Phani
  • Faculty Supervisor: Arye Nehorai
  • Goal:
    • Part1: Case Study - Study acoustic source localization using Microphone array
      • Background and Theory
      • Data Acquisition Basics
      • Introduction to Digital Signal Processing Tools
      • Graphical User Interface and Robot Control
    • Part2: Implement algorithm using sbRIO robot and microphone array

Lecture Notes

  • Week 1: Acoustic Source Location Background and Theory
  • Week 2: Data Acquisition Basics
    • LabVIEW Tutorial
      • Task 3 - Finish Exercises
    • Data Acquisition Basics
      • Task 4 - Finish exercise
      • Task 5 (due 2/10/2010)
        • Connect wires from A00 and AO1 to AI0+ and AI1+. Make sure that the Prototyping Power is on. Modify your vi to collect samples from both AI0 and AI1. Then open DelayedChirp2DAC.vi and run this vi. Zoom in in the time and frequency domain to examine the waveforms in detail. Describe in detail what you see. Measure the difference in time between both channels. Hint: Start and stop your Data Acquisition vi until the entire signal is in the middle of the buffer.
        • Plot the Cross Correlation of the 2 channels and see if the peak is shifted from the middle, the number of samples you measured from the previous step.
          • Hints:
        • Plot the Spectrogram of Channel 0.
          • Hint: There is a good Spectrogram example that ships with LabVIEW. Go to Help -> Find Examples... and search for Spectrogram -> STFT Spectrogram Demo.vi. You can copy from this example and paste it into your code.
    • Task 6 - Using the 4 microphone array and the metal data acquistion box, collect samples from all 4 channels and display them on your graph. Measure the delay between the signals - does it agree with the speed of sound?
  • Week 3: Filters Basics