porting the matlab code to TI DSP

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?

Respuestas (1)

Walter Roberson
Walter Roberson el 23 de Jul. de 2020

0 votos

3 comentarios

Mark Phil
Mark Phil el 24 de Jul. de 2020
We want to use OMAPL138 processor. I want to build modulation/demodulation blocks with 700 kbps data rate. Should i implement my signal processing blocks in the ARM or DSP side? which is better? 2. Can i build matlab code and convert to C/C++ using matlab embedded coder and port it on to DSP. or Is there any better way to do it?
Walter Roberson
Walter Roberson el 24 de Jul. de 2020
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
Walter Roberson el 25 de Jul. de 2020
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
Note: I have never used MATLAB Coder or Simulink Coder or Embedded Coder or any of the TI DSPs.

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 23 de Jul. de 2020

Comentada:

el 25 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by