You are on page 1of 4

LAB REPORT # 01

NAME: KHANSA MARYAM.

ROLL NO.: FA20-BEE-232.

SUBMITTED TO: SIR MOBEEN SABIR.

SUBJECT: DIGITAL SIGNAL PROCESSING.

DATED: 28-03-2023.

1
Lab # 01
Introduction to Code Composer Studio and DSP Kits
Objective:
 To get acquainted with Code Composer Studio
 How to run codes in Code Composer Studio
 To get acquainted with C6711, C5416, C6416, C6713 DSP Starter Kits
 To get acquainted with the process of designing a system using SIMULINK and implementing
it on DSK6713

In Lab:
DSP Kit:
A digital signal processor (DSP) is a specialized microprocessor chip, with its architecture
optimized for the operational needs of digital signal processing. DSPs are fabricated on MOS
integrated circuit chips. They are widely used in audio signal
processing, telecommunications, digital image processing, radar, sonar and speech
recognition systems, and in common consumer electronic devices such as mobile phones, disk
drives and high-definition television (HDTV) products.

Steps to perform Lab:


DSP kits can be programmed by two softwares.
1. CCS (Code Composer Studio) Software
2. Simulink (MATLAB)

CCS (Code Composer Studio) Software:


1. Open the software.
2. Connect the DSP Kit to the Computer device connectivity should be shown in software.
3. Go for the debug option in title menu.
4. Run the diagnostics.
5. If all the green lights are on and pass status is visible, then we can use a DSP kit
otherwise it needs to be changed.
6. Create the new project.
7. Select the DSP kit model.
8. We can either send an already written code of LED toggle to the kit or we can write our
own.
9. After code, go to file and load the written program to be burn on Kit.
10. After loading go to run option to burn the program in DSP kit.

2
Simulink (MATLAB):
1. After opening MATLAB go to the Simulink.
2. Make the new project.
3. Put the algorithm in terms of block diagram.
4. Select the DSP kit model.
5. And burn the Program by run option.

IN-LAB TASK:

Critical
Analysis /
Conclusion:
Although real-world
signals can be processed in
their analog form but
processing signals
digitally provides the
advantages of high

3
speed and accuracy. Because it's programmable, a DSP can be used in a wide variety of
applications.

You might also like