1. What does this z transform tool calculate?
It evaluates the finite z transform of a discrete sequence at a chosen complex z value. It also applies optional scaling, exponential weighting, and index shifting before summing each contribution.
Evaluate sequences and shifted terms with clear discrete analysis. Inspect complex-plane values and response details. See clean results, exports, examples, and guided usage notes.
Enter a finite sequence, set indexing and transformation options, and evaluate the result at a complex z value.
This example uses x[n] = [1, 2, 3], n₀ = 0, c = 1, a = 1, k = 0, and z = 2 + 0i.
| n | x[n] | z-n | Contribution |
|---|---|---|---|
| 0 | 1 | 1 | 1 |
| 1 | 2 | 0.5 | 1 |
| 2 | 3 | 0.25 | 0.75 |
| Total | 2.75 | ||
It evaluates the finite z transform of a discrete sequence at a chosen complex z value. It also applies optional scaling, exponential weighting, and index shifting before summing each contribution.
Yes. Values such as 1/2, 3/4, 2, and -1.25 are accepted. Separate every term with a comma so the parser can assign the correct sequence index.
The starting index tells the tool which integer belongs to the first entered term. The rest of the terms follow in order, one index step at a time.
A positive shift moves the sequence right, changing every exponent in the z transform. The tool reflects that change in the term table and in the relation Y(z) = c·z^{-k}·X(z/a).
The evaluated transform is usually complex. Magnitude shows overall size, while phase shows angular direction in the complex plane. Together they help interpret stability, resonance, and response behavior.
For finite sequences, the region of convergence is easy to summarize from the index range. The note helps you see whether zero is excluded and whether all finite z values are included.
Polar input is useful when z is defined by magnitude and angle, such as frequency-response style work. Rectangular input is better when real and imaginary parts are already known.
The CSV export saves summary metrics and the full term table. The PDF export creates a clean report containing the same result summary and detailed breakdown.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.