how to use matlab code on dsp c6713?

hello
i have matlab code written for speech separation that works on two pre recorded files.
i have converted functions in C using matlab coder but how to use pre recorded files in DSP, since wavread function cannot be converted in C.
what are the next steps, do i have to create C static library or C executables, when is C main function necessarry and how to write it?
i have also considered other alternative of using simulink for code deployment but same problems: how to use pre recorded files and can i use two microphones(if i am not using prerecorded files) with dsp?
thanks in advance...

답변 (1개)

Walter Roberson
Walter Roberson 2014년 3월 25일

0 개 추천

Convert the speech files to pure uncompressed binary. The Coder supports fopen() and fread() with restrictions; see http://www.mathworks.com/help/coder/ug/functions-supported-for-code-generation--alphabetical-list.html

댓글 수: 1

Kushant
Kushant 2014년 3월 25일
Thanks...i will definitely try this...
Can you tell me what is difference between C static library and executables...what is suitable choice for code deployment on c6713...

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 C Code Generation에 대해 자세히 알아보기

질문:

2014년 3월 25일

댓글:

2014년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by