matlab to DSK

5 views (last 30 days)
sreekanth
sreekanth on 13 Mar 2011
i've written a matlab program for speech recognition. this program takes input from MIC and displays output.
i want to link it up with DSK so that i can directly connect MIC to DSK and get the data output instead of a message.
how to run matlab on Code Composer Studio or DSK
please help me in this regard.

Answers (1)

Walter Roberson
Walter Roberson on 13 Mar 2011
DSK meaning DSP Starter Kit?
You cannot run Matlab on DSK. You can, though, if you have the appropriate toolboxes, generate code that Code Composer can compile for use with DSK.
See for example this discussion
  2 Comments
sreekanth
sreekanth on 14 Mar 2011
how to accept data from MIC using CCStudio?
Walter Roberson
Walter Roberson on 14 Mar 2011
You code it in Matlab and then use the appropriate Matlab tool to convert it to code for code composer.
Here is a demo that uses the microphone:
http://www.mathworks.com/matlabcentral/fileexchange/2796

Sign in to comment.

Categories

Find more on System Composer in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!