Friday, April 22, 2016

Basic Operations using DSP Processor

This was a demonstration experiment where one of our seniors showed us the operations that can be done on a dsp processor. The various operations carried out were Arithmetic Operations which included Addition Subtraction Multiply Divide, Logical Operations like And and Not and Shifting Operations like Logical Shift LEft, Logical Shitft Right, Rotate Right, Rotate Left.

7 comments:

  1. Speech Recognition was used in this demonstration which is the basic application of DSP processor.

    ReplyDelete
  2. Code Composer Studio (CSS) was used to program DPS Board.

    ReplyDelete
    Replies
    1. Yes. CCS 3.3 was used but it wasn't compatible with windows7

      Delete
  3. Can you mention some advantages of DSP processor over other processors?

    ReplyDelete
    Replies
    1. Parallel execution of instructions is possible.
      Instructions are executed in one clock cycle.
      Fast processor.
      Converts analog signal to digital signal which can be captured, sampled, processed and transmitted.

      Delete
  4. 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.

    ReplyDelete