FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++ Blog: C for DSP
C++
void main(void)

Calls, Returns and In-Between.

by Kevin Carlson
SELECTIVE IGNORANCE

Finding the Signal in the Noise

by Andrew Koenig
February 20, 2007

C for DSP

Digital signal processing is one domain where optimization is king. That's why DSP code has been written in assembly for ages. But in the real world, hand-tuned assembly can be a liability if staff and time resources are limited. So there's a growing need to keep DSP code written in C. This allows you to have more time to experiment with algorithms. Alan Anderson begins a five-part series on DSP programming in C with "Programming and Optimizing C Code: Part 1."

Posted by Kevin Carlson at 12:57 PM  Permalink




 
INFO-LINK