Hi all,
I'm currently getting up to speed with implementing an XDAIS-compliant codec on the OMAPL138, using the Codec Engine and XDC tools provided with the DVSDK (04.03.00.06) and CCSv5.
I am looking to do some image processing on the DSP, and have already started looking at the IQMath and DSPLib libraries. My team was wondering if MATLAB Embedded Coder would be useful in quickly converting existing MATLAB scripts to a C implementation. In our application, the ARM will be passing off images to the DSP to encode, and the DSP will return encoded images to the ARM.
Has anyone tried this, and mind sharing some experiences? Specifically, I'm wondering if the code output from Embedded Coder requires significant modifications in order to roll things up into a nice XDAIS compliant codec for the OMAPL138. (i.e. does it generate usable code in this situation, or does it wind up being more trouble than it's worth?)
Thanks!
Jon