Sunday, 24 April 2016

Basic Operations using DSP Processor

This was the first hardware based demo of signal processing. The session was on TMS320F28375 DSP board. Emulation was observed of real time audio input in class demonstration.
 We learned to perform basic arithmetic functions-

1. Basic Arithmetic operations - ADD,SUB,MUL,DIV.
2. Bitwise operations - AND, NOT
3. Shifting operation - SHIFT LEFT/RIGHT AND ROTATE LEFT/RIGHT

It was concluded that a large number of mathematical operations can be performed repeatedly on this processor as it is a specialised microprocessor.

6 comments:

  1. you may try implementing more complex functions...

    ReplyDelete
  2. 32/40 bit shift oprations are done by .s unit

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. dsp processors have vliw architecture

    ReplyDelete
  5. Contents of register were also verified.

    ReplyDelete
  6. Dsp processors are used for real time processing of signals

    ReplyDelete