Sunday, 23 April 2017

Operation on DSP Processor

Concepts of DSP involve mathematical analysis. Algorithms are already set up for design and analyzing different elements. But its  implementation on chip  ensures output generation on hardware.
So, in this experiment, all the simple operations performed in the previous practicals  were implemented on board. Code Composer Studio software was used. And the hardware used was a custom board of C2000 processor. Embedded C was used with same logic as used earlier in C language in previous experiments.

9 comments:

  1. This hardware part really helps to understand the concept well.

    ReplyDelete
  2. Use of code composer studio was understood and applied.

    ReplyDelete
  3. Real time signal analysis is done with the help of DSP Processor

    ReplyDelete
  4. embedded C is a simple language for coding

    ReplyDelete
  5. DSP processor is different from basic processor as it allows real time signal processing by storing it in large arrays.

    ReplyDelete
  6. The basics of DSP processor were understood easily

    ReplyDelete