Monday, 24 April 2017

Basic Operations on DSP Processor

             

Basic Operations on DSP Processor

        In this experiment, various basic operations were performed on the DSP processor TMS320F28335. The coding platform used for implementing the operations was Code Composer Studio. The code was written in C language. Operations like addition, subtraction, multiplication, logic operations like AND, OR and shift operations like right shift, left shift were performed.

        Although we performed only these basic operations on the DSP processor, it is capable of performing complex arithmetic calculations like DFT, convolution etc.

11 comments:

  1. DSP can be used for noise filtering, speech synthesis, pwm generation etc.

    ReplyDelete
    Replies
    1. other applications include data compression graphics etc.

      Delete
  2. Real time signal analysis is done with the help of DSP Processor

    ReplyDelete
  3. CCS is a good tool for embedded applications

    ReplyDelete
  4. Very Long Instruction Word (VLIW) can also be performed by using TMS320F28375

    ReplyDelete
    Replies
    1. VLIW enables more than one operations to be executed in one instruction cycle by using its hardware units

      Delete