Moving average system

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 18 2:27
Editor
Edited
Edited
2023 Oct 18 2:32
Refs
Refs
h[n]=1M2+1(u[n]u[nM21])h[n] = \frac{1}{M_2 + 1} \cdot (u[n] - u[n-M_2- 1])
Convolution of this system require lots of computing memory so
=1M2+1(δ[n]δ[nM21])u[n] = \frac{1}{M_2 + 1} \cdot (\delta[n] - \delta[n - M_2 -1]) \ast u[n]
 
let 1M2+1(δ[n]δ[nM21])\frac{1}{M_2 + 1} \cdot (\delta[n] - \delta[n - M_2 -1]) as x1[n]x_1[n]
 
 
 
 
 
 

Recommendations