Tuesday, April 26, 2016

DSPP PROCESSOR

The  hardware based demo experiment,  we were very excited as it was demonstrated by a senior who knew the dsp processor quite well.basic Instructions required for Arithmetic, Logical and Shift Operations were demonstrated. The changes in the values of the registers before and after execution of each operation were observed. Code Composer Studio was used to compose the code.

9 comments:

  1. We observed audio processing as well.

    ReplyDelete
    Replies
    1. yes and JTAG cable was used to interface DSP processor and the computer rather than USBASP cable as JTAG allowed the user to check the values of the register of DSP processor in intermediate stages rather than just at the end which helps in debugging.

      Delete
  2. If the code is debugged properly, Code Composer has a step execution as well as breakpoint addition facilities. An in-built simulator can also gives results of intermediate stages.

    ReplyDelete
    Replies
    1. That also one of the way for debugging by using breakpoint.

      Delete
  3. can you mention the DSP processor used

    ReplyDelete
  4. This Experiment introduces us to DSP processor and we performed basic arithmatic and logical operations as ADD, SUB,LSL RSL etc.

    ReplyDelete
  5. DSP processors are very useful in real time application

    ReplyDelete
    Replies
    1. right, they can proccess speech signal in real time

      Delete