Hw8: Difference between revisions
Jump to navigation
Jump to search
(Created page with '8') |
(→Make a page about interpolating FIR filters. Take care to note how many multiply/add operations.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Make a page about interpolating FIR filters. Take care to note how many multiply/add operations.=== |
|||
8 |
|||
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 17: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
For every T seconds, the number of add/multiply operations is