Interpolating FIR filters

From Class Wiki
Revision as of 22:19, 15 November 2010 by Cdxskier (talk | contribs) (Created page with 'This page offers a brief explanation of interpolation FIR filters. ==Example== Assume we start with the sample <math> \ [1 2 3 4 3 2 1] </math>. Padding with zeros gives: …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page offers a brief explanation of interpolation FIR filters.

Example

Assume we start with the sample [1234321]. Padding with zeros gives: [1020304030201]. Let's apply 2 filters.

Filter 1: [11] (also written as y(kT)=1.0*x(kT)+1.0*x(k1)T)