Monday, 24 April 2017

OPERATION ON DSP PROCESSOR

    The aim of this experiment is to perform basic operations on DSP Processor. The operations were performed on a DSP Processor(TMS320F28335). The TI Code Composer Studio(CCS) was used for programming the DSP processor. The various operations carried out were Arithmetic Operations, Logical Operations and Shifting Operations.
    The same operations can also be performed using general purpose processor. But, DSP Processor is faster than general purpose processors.

8 comments:

  1. Code Composer Studio (CCS ) was used to program the DSP.

    ReplyDelete
  2. complex arithmetic operation can be done easily on DSP processor

    ReplyDelete
  3. The basics of DSP were understood well through this experiment

    ReplyDelete
  4. Operations like convolution and correlation can also be done

    ReplyDelete
  5. These operations are executed within a single instruction cycle and millions of such instructions can be executed within seconds.That's what unique about DSP processors

    ReplyDelete
  6. DSP processor processes in a parallel fashion whereas general purpose processor acquires address sequentially.

    ReplyDelete