SLIDE 1
Decimation & Interpolation
- First define the singal
transformation in the sample domain
- Decimation (Down Sampling)
- R=2
- Input: x0, x1, x2, x3, x4, x5, x6, x7, ..
- Output: x0, x2, x4, x6, x8, x10, ..
- Interpolation (Up Sampling)
- R=2
- Input: x0, x1, x2, x3, x4, x5, x6, x7, ..
- Output: x0, 0,
x1, 0, x2, 0, x3, ..
R R