EENG 3910: Project V Digital Signal Processing (DSP) System Design

Slides:



Advertisements
Similar presentations
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Advertisements

ITCS 3181 Logic and Computer Systems
COMPUTER CONCEPTS Computer Information Systems. COURSE COMPETENCIES Explain the functions of computer system components. Describe the information processing.
ITCS 3181 Logic and Computer Systems
1 CENG 707 Data Structures and Algorithms Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University Fall 2010.
Intro to CIT 594
Department of Electrical and Computer Engineering Texas A&M University College Station, TX Abstract 4-Level Elevator Controller Lessons Learned.
16 March, 2000 CS1001 Lecture 1 Introduction - Syllabus History of Computers Computer Components.
01/28/2005 ENEE408G Multimedia Signal Processing 1 ENEE408G: Capstone Design Project: Multimedia Signal Processing TA: Hung-Quoc Lai,
Introduction to C++ Programming CS 117 Section 2 and KNET Sections Spring 2001 MWF 1:40-2:30.
Slide 1 Instructor: Dr. Hong Jiang Teaching Assistant: Mr. Sheng Zhang Department of Computer Science & Engineering University of Nebraska-Lincoln Classroom:
EE 345S Real-Time Digital Signal Processing Lab Fall 2008
Computer Organization and Architecture William Stallings 8 th Edition Chapter 1 Introduction.
COM181 Computer Hardware Ian McCrumRoom 5B18,
Anne Mascarin DSP Marketing The MathWorks
Getting Started With DSP A. What is DSP? B. Which TI DSP do I use? Highest performance C6000 Most power efficient C5000 Control optimized C2000 TMS320C6000™
Ehsan Shams Saeed Sharifi Tehrani. What is DSP ? Digital Signal Processing (DSP) is used in a wide variety of applications, and it is hard to find a good.
The 6713 DSP Starter Kit (DSK) is a low-cost platform which lets customers evaluate and develop applications for the Texas Instruments C67X DSP family.
ECEn 191 – New Student Seminar - Session 8: Computer Systems ECEn 191 – New Student Seminar – Session 7: Computer Systems Computer Systems ECEn 191 New.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
CMPT 300: Operating Systems
CSE 1340 Introduction to Computing Concepts Class 2.
CS 1 •This is Computer Science 1. •Who is Professor Adams?
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Upgrade to Real Time Linux Target: A MATLAB-Based Graphical Control Environment Thesis Defense by Hai Xu CLEMSON U N I V E R S I T Y Department of Electrical.
Fall 2015, Aug 17 ELEC / Lecture 1 1 ELEC / Computer Architecture and Design Fall 2015 Introduction Vishwani D. Agrawal.
Micro processor and Micro Controllers
ENG3640 Micro Computer Interfacing General Information Handout Fall 2012, September 7 th ENG3640 Fall
EENG 3810/CSCE 3020 Communication Systems
CEN352 Digital Signal Processing Lecture No. 1 Department of Computer Engineering, College of Computer and Information Sciences, King Saud University,
1 CPRE210: Introduction to Digital Design Instructor –Arun K. Somani –Tel: – –Office Hours: MWF 10:00-11:00 Teaching Assistant.
COP3502: Introduction to Computer Science Yashas Shankar.
Class 1: What this course is about. Assignment Read: Chapter 1 Read: Chapter 1 Do: Chapter 1 ‘workbook’ pages not finished in class Do: Chapter 1 ‘workbook’
C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 1: An Overview of Computers and Programming Languages.
EEL4712 Digital Design. Instructor Dr. Greg Stitt Office Hours: M Period 3, W Period 4 Subject to change.
Introduction Computer System “An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input),
Welcome to Physics 2225! Physics Lab for Scientist & Engineers 2 Spring 2013.
Computer Engineering 1502 Advanced Digital Design Professor Donald Chiarulli Computer Science Dept Sennott Square
ELEC Digital Logic Circuits Fall 2015 Introduction
Course Overview Mark Stanovich COP 5641 / CIS 4930.
Digital Signal Processing Using MATLAB®V.4 Associate Prof. Supervisor of Master Degree Student LILI Office: Room 402, Electromechanic Building
Teaching Digital Logic courses with Altera Technology
Spring 2016, Jan 13 ELEC / Lecture 1 1 ELEC / Computer Architecture and Design Spring 2016 Introduction Vishwani D. Agrawal.
Computer Programming for Engineers CMPSC 201C Fall 2000.
بسم الله الرحمن الرحيم MEMORY AND I/O.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Introduction Computer Organization Spring 1436/37H (2015/16G) Dr. Mohammed Sinky Computer Architecture
CET360 Microprocessor Engineering: Course Intro J. Sumey Spring 2016.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Chapter 1 Introduction.   In this chapter we will learn about structure and function of computer and possibly nature and characteristics of computer.
Introduction to the FPGA and Labs
ENG3380 Computer Organization
CMPT 201 Computer Science II for Engineers
Computer Architecture
Biomedical Signal processing Chapter 1 Introduction
Chapter 1: Introduction
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Microcomputer Systems 1
T Computer Architecture, Autumn 2005
Biomedical Signal processing Chapter 1 Introduction
CET360 Microprocessor Engineering: Course Intro
CS 501: Software Engineering Fall 1999
Biomedical Signal processing Chapter 1 Introduction
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
ELEC / Computer Architecture and Design Fall 2014 Introduction
ICS103 Programming in C 1: Overview of Computers And Programming
Presentation transcript:

EENG 3910: Project V Digital Signal Processing (DSP) System Design By Instructor: Oluwayomi Adamo Department of Electrical Engineering University of North Texas

Outline Course Syllabus Digital Signal Processing Basics Computer Architecture Basics Hands-on Exercise of DSP Programming using Code Composer Studio

Course Syllabus – Contact Info. Instructor: Oluwayomi Adamo Office: B 208 Phone : 940-891-6874 Email : oluwayomi.adamo@unt.edu Class Hours : Th. 1:00 PM - 3:50 PM Classroom : B207 Office Hours : Tues. & Thurs. 4:00 PM - 5:00 PM Teaching Assistant : Neelima Kamineni Office Hours : TBD

Course Syllabus - Course Objective Understand the basics of computer architecture and digital signal processor architecture; Develop basic understanding of real-time processing and real-time system, either soft or hard real-time; Develop basic understanding of theories of digital signal processing, including sampling and reconstruction of signals, FIR and IIR filter design, and FIR and IIR filtering of signals; Develop basic understanding of Fast Fourier Transforms (FFT), spectral analysis and windowing through hands-on exercises;

Course Syllabus - Course Objective Implement and simulate signal processing algorithm in MATLAB, LABview and C; Program and implement signal processing algorithm in C programming language on TI DSK hardware/software platform; Understand real-time DSP specific programming techniques, including interrupt-based processing, sample by sample processing, frame-based processing, and various periodic signal generation techniques Understand basics of audio signal sampling, processing and special effects as well as related hardware connection and configuration (Microphone, computer/DSK, speaker

Course Syllabus (cntd) Prerequisite: Signals and Systems (EENG 2620) Required Textbooks : Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSK, T. B. Welch, C. H. G. Wright, and M. G. Morrow, CRC Press, Taylor & Francis Group, LLC, 2006

Course Syllabus - Class Policies Class and lab attendance is mandatory; All lab assignments and assignment reports are individual work. However, Discussion of course material is encouraged. Assignments are due before class and late assignments will be penalized. Grading: Hands-on Exercises and Report - 50% Projects (Final Projects - 30) – 50%

Class Policies (cntd) All Hands-on Exercises will be assigned one week earlier. You are required to study the assignments and related theories in the corresponding book chapters before coming to the class. Pre-lab assignments will be EVALUATED and GRADED in class. If you encounter any questions on the lab assignments or related theories, you need to get help from TA or instructor before the lab session. Towards the end of the semester, you will need to design and implement a final project (groups of 2 or 3 ). Final Project deliverables include a final project report and presentation in the final week.

Course Syllabus - Schedule First half of the semester Every week we deal with one important DSP concept. You will learn the basic theories by reading before Hands-on session. You will learn to write real-time DSP programs and implement DSP algorithms during Hands-on sessions. Submit weekly assignment report in the following week. Second half of the semester Every week you will work on a project outlined in the book. You will load the programs and run the project following instructions in the book. You will need to make some changes to the original project implementation following the instruction in the assignments. Final Project (group project with 2-3 person/group) You design. You implement. Submit final project report and present your project in the final week.

Tips for Success Study the book and assignment materials before the lab session. Do Matlab experiments before lab session! Read/study code files in the book CD before lab session. Timely submission of assignment reports will be particularly enforced. Your grade will suffer from late assignment submissions. Strictly following schedule is one of the most important principles that you will need to follow as an engineer – You will be an engineer in less than 2 years! Prepare for the lab early every week; Please consult with your TA or instructor before lab session to make sure you can finish the lab on-time in class. Be inquisitive by asking “Why” in this course! Make your assignment report as detailed as possible and explain clearly what you have done in the lab. It also helps communicating with TA about specific requirements and expectations on the report.

DSP Digital Signal Processing (DSP) Digital Signal Processor (DSP) Is the manipulation of digital signals in order to modify their characteristic or to extract useful information. Why digital and not analog? Digital signal allow programmability, Digital circuit allow for stable output than analog Microprocessors and computers have become so powerful only digitized signal can be processed by computers. Digital Signal Processor (DSP) DSP is a specialized microprocessor optimized for signal processing. General purpose microprocessors such as Pentium series microprocessors that are used in PC are not optimized for signal processing purposes. A/D converter DSP algorithms D/A converter analog signal General Block Diagram of a DSP System

Real-Time DSP Real-time DSP combines Digital signal processing theories You need to understand what you are doing and why it works. Computer engineering To do real-time DSP programming, you will need good understanding of computer organization, microprocessor architectures, digital and analog circuits, … Software engineering You will need to implement DSP algorithms in Matlab and on DSP platforms using C and LABview programming language. So, you need to be a very good programmer.

Real-Time Processing Real-time processing means: Hard real-time system The processing of a particular sample must occur within a given time period or the system will not operate properly. Real-time DSP is inherently an interrupt driven process. The input samples should only be processed using interrupt service routines (ISR). Hard real-time system The system will fail if the processing is not done in a timely manner. Soft real-time system The system will tolerate some failures to meet real-time targets and still continue to operate, but with some degradation in performance. The performance demands and power constraints of real-time systems often mandate specialized hardware. That may include the digital signal processor (DSP), programmable logic devices, application specific integrated circuits (ASIC), and etc.

Computer Architecture Computer architecture is: “… an abstract interface between the hardware and the lowest level software of a machine that encompasses all the information necessary to write a machine language program that will run correctly, including instructions, registers, memory size, and so on.” Think about your computer for a moment. What are the major components of your computer? ???

Basic Microprocessor System Registers Clock & Reset Timing & Control R0 R1 R2 R3 R4 R5 R6 R7 Memory Subsystem ALU Input/Output Subsystem External Devices CPU (Central Processing Unit) Read Appendix D for more details. You will learn Computer Architecture/Organization in EENG 3710.

Real-time DSP Programming using CCS CCS stands for Code Composer Studio It’s Texas Instruments’ (TI) integrated development environment (IDE) software for developing programs on a wide variety of their DSP’s. In CCS, the code editing, code generation, and debugging tools are all integrated into one unified environment. Read Appendix A for more details. Follow the step-by-step instruction in Appendix A to get familiar with the software. You will do most of the programming using CCS in this semester.

DSP Simulation using MATLAB MATLAB is an integrated technical computing tool Math and computation Algorithm development Data acquisition Modeling, simulation, and prototyping Data analysis, exploration, and visualization Scientific and engineering graphics Application development, including graphical user interface building Go through the tutorial at MathWorks to get yourself familiar with MATLAB http://www.mathworks.com/academia/student_center/tutorials/la unchpad.html (type “matlab tutorial” in google and it will be the first result.)

Assignment 0 Open an existing project in C:\EENG3910Project and try to run it. Appendix A Create a .m file which plots a SIN wave. Tutorial 7 - Performing Calculations http://www.mathworks.com/academia/student_center/tutorials/performing_calculations. html Tutorial 8 - Visualizing Data (Plotting) http://www.mathworks.com/academia/student_center/tutorials/visualizing_data.html Before you leave, show your results to the instructor.

Hands-On 0 Choose a computer and stick to it for the rest of the semester. The directory C:\EENG3910Project is a copy of the textbook CD. You can modify files, source codes in this directory. A good practice is to make comment wherever you make changes. C:\DSPCD is a read-only copy of the textbook CD and is used for restoring EENG3910Project directory. Always remember to save your modified files to your flash drive, student storage, e-mail, etc.