0% found this document useful (0 votes)
20 views4 pages

Lab Report 1 DSP

This lab report discusses digital signal processing kits and how to program them using Code Composer Studio and Simulink software. It provides steps for running diagnostics on a DSP kit, creating and loading programs using CCS, and designing algorithms as block diagrams and burning programs using Simulink. The report explains that digital signal processing provides advantages over analog processing like high speed and accuracy due to its programmable nature, and DSPs can be used in many applications as a result.

Uploaded by

Khansa Maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views4 pages

Lab Report 1 DSP

This lab report discusses digital signal processing kits and how to program them using Code Composer Studio and Simulink software. It provides steps for running diagnostics on a DSP kit, creating and loading programs using CCS, and designing algorithms as block diagrams and burning programs using Simulink. The report explains that digital signal processing provides advantages over analog processing like high speed and accuracy due to its programmable nature, and DSPs can be used in many applications as a result.

Uploaded by

Khansa Maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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