Answer:
Given a sequence x(n) for Os n ≤ 3, where x(n)=[1 2 3 4] the sampling period and time index for a digital sample x(2) in time domain are OT=0.1 s.
Step-by-step explanation:
Time index =2 OT=0.2 s and time index = 3 OT= 0.6 s, and time index =2.Forming the following difference equationy (n) = x(n) - x(n-1) +1.5y(n-2) - 0.4 y(n- 1)The transfer function H(z) is 1-2-4.The answer is a).H(z) = 1-1.5 -0.4Explaination:Given sequence x(n)=[1 2 3 4].Given the sampling period and time index for a digital sample in the time domain are OT=0.1 s, and time index =2 OT=0.2 s and time index = 3 OT= 0.6 s, and time index =2.
We have to form the difference equation.y(n) = x(n) - x(n-1) +1.5y(n-2) - 0.4 y(n- 1)To find the transfer function, we have to take Z-transform and rearrange the above equation.Y(z) - z^-1Y(z) +1.5Z^-2Y(z) - 0.4Z^-1Y(z) = X(z).Transfer function H(z) = Y(z)/X(z).H(z) = (1-1.5Z^-2-0.4Z^-1)/(1-Z^-1)H(z) = 1/(1-Z^-1) - 1.5Z^-2/(1-Z^-1) - 0.4Z^-1/(1-Z^-1)H(z) = Z/(Z-1) - 1.5Z^-2/Z - 0.4Z^-1/(Z-1)On simplification,H(z) = 1-1.5 -0.4Hence the answer is a) 1-1.5 -0.4.