Basic operations on DSPP Processor

We have seen the mathematical analysis and various digital systems with digital signals. However, they are of no use if they can't be used in the real world. We need to have some physical hardware that will implement these operations. This is where the DSP processor comes in. We used a custom board of the popular C2000 processor. The coding platform used was Code Composer Studio. Using the implementations of DSP algorithms in C language developed previously, the code was tweaked to work on-chip in embedded C. Using this processor we can carry out simple mathematical operations such as addition, subtraction, bit manipulation,etc.

Comments

  1. DSP PROCESSOR IS EFFICIENT THAN GENERAL PURPOSE PROCESSOR!

    ReplyDelete
  2. The basics of DSP processor were understood

    ReplyDelete
  3. Dsp processor is fast processor for implementing complex applications

    ReplyDelete
  4. DSP processor executes instructions in a single cycle

    ReplyDelete
  5. CCS version 3.3 was used. Windows 7 and later versions aren't compatible with it.
    .

    ReplyDelete

Post a Comment

Popular posts from this blog

FIR Filter Design using FSM

Review on Patent

Linear phase FIR filter design using windowing method