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
The discussion revolves around the concept of smoothing data through average calculations, particularly in the context of causal systems and transfer functions. Participants explore the implications of indexing and the conditions under which a system can be considered causal or non-causal.
Participants express differing views on the conditions for causality and the implications of indexing in the context of transfer functions. The discussion remains unresolved regarding the causal nature of the system based on the provided information.
There are limitations regarding the assumptions about the input function x(n) and the definitions of causality and non-causality in the context of the discussed formulas.
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