Friday, 22 April 2016

EXP 9 - Basic operations using DSP Processor

This was a demo experiment given by our Senior Jayganesh from BE EXTC. To start with the assembly language instructions was explained. This was followed by the instructions on using the code composer studio which is used for writing codes and debugging them.
A new project was created and a simple code was written to demonstrate various arithmetic and logical instructions in DSP processor. The output of the instructions was stored in the registers and these values were obtained in real-time using the debugging functionality of the software.

9 comments:

  1. We observed audio processing as well

    ReplyDelete
  2. Speech recognition was also observed during the demo

    ReplyDelete
    Replies
    1. Oh yes we did learn speech processing too...

      Delete
    2. Speech recognition was a possible extention, not observed though

      Delete
  3. How could you forget audio processing?!!!

    ReplyDelete
  4. DSP processor has parallel processing which enables it to perform fast FFT like algorithms

    ReplyDelete
  5. If the code is debugged properly, Code Composer has a step execution as well as breakpoint addition facilities.

    ReplyDelete
    Replies
    1. Thanks for mentioning about the breakpoint.. completely forgot about that..

      Delete