Reply by Alex Gibson November 20, 20052005-11-20
"Christian_" <sis04cs@rdg.ac.uk> wrote in message 
news:McCdnXchUcCVVuDeRVn-jg@giganews.com...
> > Hi, > are there any good books out there that actually explain how to implement > DSP in C. In particular I am interested how to caluculated FIR/IIR filter > coeffiencents and window them in C.
If you are working with TI chips try the Ralph Chassaing books Digital Signal Processing and Applications with the C6713 and C6416 DSK by Ralph Chassaing Real-Time Digital Signal Processing : Based on the TMS320C6000 by Nasser Kehtarnavaz Digital Signal Processing Implementation Using the TMS320C6000 DSP Platform by Naim Dahnoun - I haven't read this one myself yet
Reply by Emile November 18, 20052005-11-18
You could try:

Prentice Hall - C Algorithms For Realtime Dsp


Christian_ wrote:
> Hi, > are there any good books out there that actually explain how to implement > DSP in C. In particular I am interested how to caluculated FIR/IIR filter > coeffiencents and window them in C. > >
Reply by Bhooshan Iyer November 18, 20052005-11-18
> >Hi, >are there any good books out there that actually explain how to
implement
>DSP in C. In particular I am interested how to caluculated FIR/IIR
filter
>coeffiencents and window them in C. >
Try this: http://www.amazon.com/exec/obidos/tg/detail/-/B0007UAGAW/qid=1132334283/sr=8-4/ref=sr_8_xs_ap_i4_xgl14/104-7656999-0194309?v=glance&s=books&n=507846 --Bhooshan
Reply by Christian_ November 18, 20052005-11-18
Hi, 
are there any good books out there that actually explain how to implement
DSP in C. In particular I am interested how to caluculated FIR/IIR filter
coeffiencents and window them in C.