DSP Processor

One of my classmates, sahil- who had already worked on dsp processor helped me understand the dsp processor and how much better it is from the normal processor. It was  particularly interesting to know the difference.

There are several real time applications of dspp processor.  Code Composer Studio (embedded C language) is use to program the processor. We performed basic arithmetic operations such as addition and multiplication by using this processor. The operations such as circular shifting of data can be done by using this in one clock cycle.

Comments

  1. Can I use Atmel Stufio instead of Code composer studio?

    ReplyDelete
  2. Using this for more complex applications should be fun!

    ReplyDelete
  3. DSP processors not only have a powerful data path, but also have the ability to move large amounts of data to and from memory quickly.

    ReplyDelete
  4. Also, the DSP is now being implememted using SHARC (super harvard architecture) which gives mugh better results than a digital signal processor.
    The Sharc can perform multiplication along with accumulating while fetching instruction simultaneously which increases the computationa significantly.

    ReplyDelete
  5. Advancements in technology and architecture, like fast-access two-level and a wider bus system, have increased the performance at lot as well.

    ReplyDelete

Post a Comment

Popular posts from this blog

Exp- 4 Filtering of Long Data Sequence using Overlap Add and Overlap Save method

Exp-2 Discrete Fourier Transform

Exp-3 Fast Fourier Transform