Saturday, 23 April 2016

basic operations using DSP

The basic operations were demonstrated by JaiGanesh(EXTC) on a TMS320F28375 kit. He gave us the demo of the very basic operations like add,substract, logical shifts and multiply. With these we can implement the operations we want, for example convolution would require multiply and add; shifting can multiply/divide numbers by 2 and its powers. 

A DSP is better than a general purpose processor because of functionalities like circular shifting, dedicated high speed MACs, VLIW and other features, making it more suitable for signal processing, even real time applications.

4 comments:

  1. We observed audio processing too.

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

    ReplyDelete
  3. We learned to create projects in CCS and use its debugging function for verifying the program step-by-step

    ReplyDelete
  4. This experiment gave us a good learning experience of Using DSP Processor and study of its basic arithmetic and logical operation.

    ReplyDelete