DSP processor : Hardware implementation

We were given the TMS320F28335 DSP kit with JTAG. We were taught to use the Code Composer Studio v4,0 to write the program on to the DSP processor. The Code Composer Studio allows real time debugging of the program in running mode. The various features of DSP processor can be exploited using this feature. We performed convolution, correlation, DFT, FFT, OAM and OSM on the processor kit. Thus, we got a hands-on experience of the DSP kit.

Comments

  1. These snippets of code can be used in actual implementations!

    ReplyDelete
  2. TMS320F28375 is very good and useful in understanding basics

    ReplyDelete
  3. JTAG shows operations in real time. Hence, it can be used while debugging algorithms and programs. However, disassembly should be used to observe assembly operations that take place while implementing signal processing algorithms.

    ReplyDelete
  4. Debugging is easy using DSP kit

    ReplyDelete
  5. TMS320F28335 can be used for speech synthesis, noise filtering, audio compression, etc

    ReplyDelete
  6. This processor is good for processing real time signals

    ReplyDelete
  7. DSP processor provides high computational efficiency

    ReplyDelete

Post a Comment

Popular posts from this blog

Research Paper Review

Chebyshev Filter Design

Butterworth Filter Design