You are on page 1of 4

Objectives:

- Z-transform in MATLAB
- How to solve difference equation using z-transform
- How to implement IIR and FIR filter in MATLAB

Introduction:
Z-transform converts a discrete-time signal, which is a sequence of real or complex numbers,
into a complex frequency-domain (z-domain or z-plane) representation.

IIR filters are well suited for applications that require no phase information, for example, for
monitoring the signal amplitudes. FIR filters are better suited for applications that require a
linear phase response.

Report:

1- Exercise for Solving Difference equation

2- Exercise for IIR and FIR Digital Filter


a) Write MATLAB code to implement the following filter expressed
b) What is the type of this filter: Finite Impulse Response

c) Use the filter to: An FIR filter is a filter structure that can be used to implement any
sort of frequency response within a system. The filter has a frequency response of
finite duration, meaning that it settles to zero in finite time.

Conclusion:
This lab was simple and easy, we did 2 exercises to understand z-transform, how to solve
differential equations and differentiate between FIR and IIR filters. It was an interesting lab!
Working with MATLAB was interesting and beneficial.

You might also like