0% found this document useful (0 votes)
170 views

Exercise For Beginners On TMS320F28335

Few exercise questions for beginners on TMS320F28335. These do not include exercises on peripheral modules.

Uploaded by

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

Exercise For Beginners On TMS320F28335

Few exercise questions for beginners on TMS320F28335. These do not include exercises on peripheral modules.

Uploaded by

josenit1787
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

EE5212 - DSP Lab

Basic Programs and Introduction to CCS


8 August 2015
1. Write a program to calculate the square of the number 7.0711. Show the result in the
watch window on Code Composer Studio.
2. Write a program to multiply two given square matrices A and B. View the results in the
watch window in Code Composer Studio.




1.6667 0.1667
1.6667 0.1667
A=
B=
8.3333 0.0333
8.3333 0.0333
3. Write a C program to generate the first 1024 values of the periodic discrete time sinusoidal sequence
 n 
x[n] = sin
0n<
512
Use these sequence values in a look up table to calculate the first 1024 points of the
discrete time sequence, y[n] given as
y[n] = x[n] x[20n]

0n<

Plot the values of y[n] using the graph window of the Code Composer Studio.
******************

You might also like