rjunior
- 4
- 0
How to make it causal:
y (n) = x ((n-1) + x(n) + x(n+1))/3
y (n) = x ((n-1) + x(n) + x(n+1))/3
Jaynte said:you need to move the transfer function such that it is located in the right half plane, n>=0
replace n=m-1, this will move the function in time
y(m)=x((m-2)+x(m-1)+x(m))/3