You are on page 1of 3

EL – 413 Digital Signal Processing

Experiment # 13

IIR Filter using DSK 6713

Performed on:

Student Name:
Roll Number: Section: E

Maximum Marks Performance = 05 Viva = 05 Total = 10


Marks Obtained
Remarks (if any)

Experiment evaluated by
Instructor Name: Engr. Muhammad Waseem Zeeshan Ashrafi

Signature:

Copyright © Department of Electrical Engineering – Usman Institute of Technology


Objective
Estimating the Frequency Response of an IIR Filter Using a Sequence of Impulses as Input

Required Equipment
Software: Code Composer studio 3.1, 6713 DSK Diagnostic tool
Hardware: TMS320C6713 DSP starter Kit (DSK), Aux cable

Estimating the Frequency Response of an IIR Filter Using a Sequence of Impulses as


Inpu t

Creating a project same as in previous labs and


includes source program file, ‘iirsosdelta.c’ that
generates a sequence of discrete- time impulses as
the input to an IIR filter using cascaded second
order sections. The resultant output is an
approximation to a repetitive sequence of filter
impulse responses. This relies on the filter impulse
response decaying practically to zero within the
period between successive input impulses. Whereas
sampling frequency is 8 kHz and amplitude is 2000

In addition, program iirsosdelta.c stores BUFSIZE


samples of the filter output, y ( n ), in buffer
response and we can use the View→ Graph facility
in Code Composer to view that data in both time
and frequency domains.

Open Ended Task:


Create coefficients of low pass IIR filter (Elliptical) having sampling frequency 8000Hz,
order of filter is 4 and pass frequency 800Hz using FDATool. Generate .cof file for given
specification.

Copyright © Department of Electrical Engineering – Usman Institute of Technology

You might also like