![background image](/manuals/218494/10/background.png)
TU Dresden, 4/29/2008
Slide 10
chair
What Problem Are We Trying To Solve?
Digital sampling of
an analog signal:
A
t
Most DSP algorithms can be
expressed as:
count
i = 1
Y =
Σ
a
i
* x
i
for (i = 1; i < count; i++){
sum += m[i] * n[i]; }
DAC
x
Y
ADC
DSP