DSPRelated.com
Forums

Which Book

Started by "amelie.quinet" April 10, 2006
Hello,

I want to developp an application (Image compression) with a
TMS320C6713 and Matlab.

I want to buy a book to help me because I m not used to working with
DSP.

Do you have good books to advise me ?

Thanx in advance.

Amie

Amie,
Have a look at "Embedded Image Processing on the TMS320C6000 DSP" by
Shehrzad Qureshi. It covers everything you need to know to get started.

Once you have a running Matlab algorithm running, be sure to first port it
to ANSI-C (ie. standard C, without any TI-specific instructions), then put
it into a MEX-file (as described in the book) so you can run it in Matlab
and compare the results with your original Matlab algorithm.

After that you can start optimizing some parts of the code using eg.
compiler intrinsics, and make sure to compare the outputs of the optimized
code with the non-optimized code: there should be no differences.

Regards,
Guy.

On 4/10/06, amelie.quinet wrote:
>
> Hello,
>
> I want to developp an application (Image compression) with a
> TMS320C6713 and Matlab.
>
> I want to buy a book to help me because I m not used to working with
> DSP.
>
> Do you have good books to advise me ?
>
> Thanx in advance.
>
> Amie
>