porting the matlab code to TI DSP
3 ビュー (過去 30 日間)
古いコメントを表示
I have built a communication code in matlab. i want to port this code to TI DSP 64X. Can i use matlab coder and completely convert to C code and port it on to DSP. Dos MATLAB coder support all the matlab functions?
0 件のコメント
回答 (1 件)
Walter Roberson
2020 年 7 月 23 日
MATLAB Coder does not support all MATLAB features.
3 件のコメント
Walter Roberson
2020 年 7 月 24 日
I note that the OMAP-L138 is C674x and in particular one source says TMS320C6748 . This would not appear to be the same as TI DSP 64X that you asked about in your original question ?
Walter Roberson
2020 年 7 月 25 日
My expectation would be that you could get higher data rate with the modulation / demodulation on the DSP side.
It looks like Embedded Coder does not have direct support for C6000 series; see https://www.mathworks.com/hardware-support/texas-instruments.html
Someone's steps are shown at https://e2e.ti.com/support/tools/ccs/f/81/t/734740?Compiler-how-to-make-code-generation-with-OMAP-L138-Experimenter-Kit-CCSv5-5-and-MATLAB-SIMULINK
Note: I have never used MATLAB Coder or Simulink Coder or Embedded Coder or any of the TI DSPs.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!