Part 1 introduces the basic principles of writing C code for a DSP processor. It also explains how to profile and optimize code. Part 2 shows how to optimize DSP “kernels,” i.e., inner loops. It also ...
As DSP processors become more powerful and compiler optimization techniques improve, the once common trend of writing DSP applications solely in assembly has withered away. Today, almost every DSP ...