Hi all, I did Image Compression task using SPIHT algorithm with MATLAb 6.5 code. Now i want to implement the same with TMS320C54X. How can i do this with CCS ? Can any body help me ? But i do not want to copy the MATLAB Libabry files in to CCS. Thanks in advance, Sathish
I want to Execute MATLAB file with TMS320C54X
Started by ●October 4, 2004
Reply by ●October 4, 20042004-10-04
"Sathish" <saikumar.mangapuram@de.bosch.com> wrote in message news:cjrq7o$o8g$1@ns1.fe.internet.bosch.com...> Hi all, > I did Image Compression task using SPIHT algorithm with MATLAb 6.5 > code. > > Now i want to implement the same with TMS320C54X. How can i do this with > CCS ? > > Can any body help me ? > But i do not want to copy the MATLAB Libabry files in to CCS.I guess you might start by converting the Matlab files into "C". Then, work to get the converted code running, etc. If the libraries are an issue (which is well imaginable) then you need a new set of library routines that are compatible with the code or change the code to call new/different library routines ...... Fred
Reply by ●October 5, 20042004-10-05
Hi Fred Marshall, Thank you very much for your suggestion. Sathish "Fred Marshall" <fmarshallx@remove_the_x.acm.org> wrote in message news:0fednbjDZJGPe_zcRVn-hg@centurytel.net...> > "Sathish" <saikumar.mangapuram@de.bosch.com> wrote in message > news:cjrq7o$o8g$1@ns1.fe.internet.bosch.com... > > Hi all, > > I did Image Compression task using SPIHT algorithm with MATLAb 6.5 > > code. > > > > Now i want to implement the same with TMS320C54X. How can i do thiswith> > CCS ? > > > > Can any body help me ? > > But i do not want to copy the MATLAB Libabry files in to CCS. > > I guess you might start by converting the Matlab files into "C". > Then, work to get the converted code running, etc. > > If the libraries are an issue (which is well imaginable) then you need anew> set of library routines that are compatible with the code or change thecode> to call new/different library routines ...... > > Fred > >