You are on page 1of 4

Hardware implementation of FIR and

IIR filters on C6713 DSK

ABSTRACT

In this lab we learned how to make IIR and FIR filters and check them on DSP KITS…
Our objective is to make different kinds of HIGH pass filters on DSPKIT No. 6713:
 KAISER
 BUTTERWORTH
 CHEBYSHEV 1
 CHEBYSHEV 2
 ELLIPTIC
HARDWARE USED:
 C6713 DSK
SOFTWARE USED:
 Matlab 7.1
 Code composer studio(CCS)

Matlab 7.1 is then used to connect it with CCS and to check whether its connected or not .
We did test of dspkit connection by using diagnostics CCS application.
Then we got to know that there are certain configuration settings necessary for linking simulink with dspkits,which
are as under:
 Solver Type: fixed
 Solver: Discrete no continuous
 Then in optimization block we unchecked first two options.
 Then from last block we select debugging option.
Then we made a block circuit on simulink and build it but it.

Butterworth:
Cheby1:

Cheby2:

Elliptic:
Kaiser:

Filter used Frequency = 3kHz Frequency = 8kHz

Butterworth No Output Worked

Chebyshev Type-I No Output Worked

Chebyshev Type-II No Output Worked

Elliptic No Output Worked

Kaiser Window No Output Worked

You might also like