Hw8: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Created page with '8'
 
No edit summary
Line 1: Line 1:
8
<math> \sum_{m=-M}^m a_{m}x[(r-m)T/2]=y(r) </math>
 
The number of add/multiply operations is half the limits of the sumation above. Half results from only needing to perform calculations on half the data.
 
<math>(2M+1)(1/2)\!</math>
 
Substitute
 
<math>r/2=n =m/2\!</math>
 
in y(r) to get the result of the interpolating filter
 
<math> y(t)= \sum_{r=-\infty}^\infty y(r)\delta (t-rT/2) </math>

Revision as of 22:54, 1 December 2010

m=Mmamx[(rm)T/2]=y(r)

The number of add/multiply operations is half the limits of the sumation above. Half results from only needing to perform calculations on half the data.

(2M+1)(1/2)

Substitute

r/2=n=m/2

in y(r) to get the result of the interpolating filter

y(t)=r=y(r)δ(trT/2)