This was a demo experiment given by our Senior Jayganesh from BE EXTC. To start with the assembly language instructions was explained. This was followed by the instructions on using the code composer studio which is used for writing codes and debugging them.
A new project was created and a simple code was written to demonstrate various arithmetic and logical instructions in DSP processor. The output of the instructions was stored in the registers and these values were obtained in real-time using the debugging functionality of the software.
We observed audio processing as well
ReplyDeleteSpeech recognition was also observed during the demo
ReplyDeleteOh yes we did learn speech processing too...
DeleteSpeech recognition was a possible extention, not observed though
DeleteHow could you forget audio processing?!!!
ReplyDeleteDSP processor has parallel processing which enables it to perform fast FFT like algorithms
ReplyDeleteThanks for the addition
DeleteIf the code is debugged properly, Code Composer has a step execution as well as breakpoint addition facilities.
ReplyDeleteThanks for mentioning about the breakpoint.. completely forgot about that..
Delete