| | |
Summary: AMERICAN UNIVERSITY OF BEIRUT
FACULTY OF ENGINEERING AND ARCHITECTURE
DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING
EECE691C Digital Signal Processing Laboratory Week 5
Digital Systems lab (Part II)
The objective of the lab is to investigate the properties of a linear time invariant system.
Two types of systems will be presented:
· Finite Impulse Response
· Infinite Impulse Response
1) Finite Impulse Response System
The first system is called the "4 point average" and has the following difference equation:
4
]3[]2[]1[][
][
-+-+-+
=
nxnxnxnx
ny
The input sequence to the system is {0.5, 2, -3}. Create a new project in Code Composer
Studio and write a C code that simulates the following:
|