Project
Project
Project
THEORY
The programmable digital signal processors are general purpose
microprocessors designed specifically for digital signal processing
applications.They contain special architechture and instruction set
so as to execute computation –intensive DSP algorithms more
efficiently.The programmable DSPs are divided into two major
categories-
1.General purpose digital signal processors
2.Special purpose digital signal processors.
The DSK allows full speed verification of VC5416 code.With 64k words of
an on board RAM memory,256k words of on board Flash ROM ,and Burr
Brown PCM 3002 stereo codec ,the board can solve a variety of problems
as shipped.Three expansion connectors are provided for interfacing to
evaluation circuitery not provided on the as equipped configuration.
#include<stdio.h>
main()
{
int i=10j=20,k;
k=j-i:
printf(“two numbers are %d/n%d”,i,j);
printf(“output is%d”,k);
}