1. Evaluating a Decaying Geometric Sequence
DSP StudentBackground
A student is analyzing the step response of a first-order digital low-pass filter with sequence x[n] = 0.5^n u[n].
Problem
Need to determine the closed-form Z-transform, ROC, and evaluate X(z) at z = 2.
How to use
Select the a^n sequence form, enter 0.5 for parameter a, specify 2 for evaluation point z₀, and set precision to 4 decimal places.
Outcome
Yields X(z) = z / (z - 0.5) with ROC |z| > 0.5 and computes X(2) = 1.3333.