Hw8: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Created page with '8'
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
8
===Make a page about interpolating FIR filters. Take care to note how many multiply/add operations.===
 
An interpolting filter is when you create "in-between" samples from the original sample resulting as if you had sampled the signal at a higher rate. Interpolation only works with integers.
The are under the rth impulse function of the interpolated signal is
 
<math> y(t)= \sum_{r=-\infty}^\infty y(r)\delta (t- \left(\frac{\left(rt\right) }{2} \right)) </math>
 
For every T seconds, the number of add/multiply operations is
 
<math>(2M+1)(1/2)\!</math>

Latest revision as of 18:37, 15 December 2010

Make a page about interpolating FIR filters. Take care to note how many multiply/add operations.

An interpolting filter is when you create "in-between" samples from the original sample resulting as if you had sampled the signal at a higher rate. Interpolation only works with integers.

The are under the rth impulse function of the interpolated signal is

y(t)=r=y(r)δ(t((rt)2))

For every T seconds, the number of add/multiply operations is

(2M+1)(1/2)