Difference between revisions of "DSP Lab"

From WikiBiron
(Sample Project Topics - Organized by Areas)
(Redirected page to EE586L)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== EE 586L Advanced DSP Laboratory, Spring 2009 ==
+
#REDIRECT [[EE586L]]
'''Course Description:''' Real-time signal processing experiments and design projects using special purpose DSP processor. Focus on C programming for embedded platforms. Understand real-time processing system issues including constraints of embedded systems and complexity analysis for improved algorithm design.
 
 
 
'''Prerequisites:''' ''EE 483, Introduction to Digital Signal Processing'', and ''C Programming''.
 
 
 
'''Recommended Preparation:''' Graduate level coursework in Signal Processing and permission of faculty.
 
 
 
== Instructor ==
 
[http://sipi.usc.edu/~ortega Antonio Ortega]
 
 
 
''[http://sipi.usc.edu Signal and Image Processing Institute]''<br>
 
''[http://ee.usc.edu/ Department of Electrical Engineering]''<br>
 
''[http://www.usc.edu/ University of Southern California]''<br>
 
''3740 McClintock Ave., EEB 436''<br>
 
''Los Angeles, CA 90089-2564''<br>
 
 
 
''Tel: (213) 740-2320''<br>
 
''Fax: (213) 740-4651''<br>
 
''Email: antonio DOT ortega AT sipi DOT usc DOT edu''
 
 
 
== Schedule ==
 
'''EE 586L'''
 
* '''Lectures''' Friday, 9-10:00pm, B 18
 
* '''Lab hours''' Friday, 10:00-12:00pm and 1:00-3:00pm, B 18
 
 
 
 
 
'''Teaching Assistants'''
 
* Sean McPherson
 
** Email: smcphers AT usc DOT edu
 
** Tel: (213) 740-4655
 
** Office Hours: During Lab Hours
 
* Joohyun (Peter) Cho
 
** Email: joohyunc AT usc DOT edu
 
** Tel:
 
** Office Hours: During Lab Hours
 
 
 
* '''Presentations'''
 
* '''Final Demonstration''' Will be held on the last day of class
 
 
 
== Grading ==
 
During the first few weeks assignments will be given out weekly to facilitate learning C programming for the DSP system. Mini projects may also be assigned periodically during the initial weeks. Grades will be determined based on completion of the assignments, mini projects, and the end of semester design project.
 
 
 
== Blackboard Access ==
 
This semester I will use the Blackboard system to post assignments and solutions, as well as grades. Please register with Blackboard and create your Blackboard profile as soon as possible by following the instructions on the Blackboard Webpage [https://blackboard.usc.edu/webapps/login/ Blackboard Website].
 
 
 
== Texbooks ==
 
'''Required:'''
 
* Rulph Chassaing, Donald Reay - Digital Signal Processing and Applications with the TMS320C6713 and TMS320C6416 DSK, 2nd Edition. [http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470138661.html Book Website]
 
 
 
'''Recommended:'''
 
 
 
== Material Covered (Subject to Change) ==
 
* '''Week 1''' Intro to boards and tools – Book Ch. 1-2
 
* '''Week 2''' Architecture – FIR-IIR Filters
 
* '''Week 3''' FFT – Adaptive Filtering
 
* '''Week 4''' Code optimization – Multirate Filtering
 
* '''Week 5''' Project discussion – Ideas and initial feedback
 
* '''Week 6''' Project proposals - Reviews
 
* '''Weeks 5-15''' Project
 
* '''Week 10''' Progress report + presentation
 
* '''Week 15''' Project demos/presentations – Final report
 
 
 
== Projects ==
 
* Project requirements:
 
** Projects should be done in groups of 2-3.
 
** Each project must perform some signal processing task in real-time using either the fixed or floating point DSP board. Common examples are adaptive, video or audio signal processing.
 
** Project code should be optimized so that algorithms run efficiently on the DSP board.
 
** The final demonstration of your project should clearly show the desired effect of your algorithm.
 
*Reporting requirements: a final report and a class presentation.
 
** Project guidelines will be posted on Blackboard
 
 
 
== Sample Project Topics - Organized by Areas ==
 
* Speech
 
** Isolated Word Recognition
 
** Speaker identification
 
** Speech compression
 
*** LPC
 
*** ADPCM
 
* Audio
 
** Audio Compression
 
** Active noise cancellation
 
** Pitch to MIDI conversion
 
** Speech/Music discrimination
 
** 3D Audio
 
** Blind acoustic source separation
 
* Video
 
** Video Compression
 
** Video Tracking
 
** Video Stitching
 
* Communications
 
** Baseband Modem
 
*Video Demonstration of past project
 
**[http://www.youtube.com/watch?v=XcRy9y7ryrI Video Demo "Musical Balls" Spring 2009]
 
 
 
== Statement for Students with Disabilities ==
 
 
 
Any student requesting academic accommodations based on a disability
 
is required to register with Disability Services and Programs (DSP)
 
each semester. A letter of verification for approved accommodations
 
can be obtained from DSP. Please be sure the letter is delivered to me
 
(or to TA) as early in the semester as possible. DSP is located in STU
 
301 and is open 8:30 a.m.--5:00 p.m., Monday through Friday.  The
 
phone number for DSP is (213) 740-0776.
 
 
 
 
 
== Statement on Academic Integrity ==
 
 
 
USC seeks to maintain an optimal learning environment. General
 
principles of academic honesty include the concept of respect for the
 
intellectual property of others, the expectation that individual work
 
will be submitted unless otherwise allowed by an instructor, and the
 
obligations both to protect oneís own academic work from misuse by
 
others as well as to avoid using anotherís work as oneís own. All
 
students are expected to understand and abide by these
 
principles. Scampus, the Student Guidebook, contains the Student
 
Conduct Code in Section 11.00, while the recommended sanctions are
 
located in Appendix A [http://www.usc.edu/dept/publications/SCAMPUS/gov/ http://www.usc.edu/dept/publications/SCAMPUS/gov/ ]
 
 
 
Students will be referred to the Office of Student Judicial Affairs
 
and Community Standards for further review, should there be any
 
suspicion of academic dishonesty. The Review process can be found at
 
[http://www.usc.edu/student-affairs/SJACS/ http://www.usc.edu/student-affairs/SJACS/].
 

Latest revision as of 18:12, 29 September 2009

Redirect to: