PPolySim OS

Z-Transform

Design digital filters by hand. Drag poles and zeros around the z-plane and watch the frequency response, phase, and impulse response react in real time.

Z-Transform StudioLive

Controls

Drag poles (×) and zeros (○) around the z-plane and watch the digital filter's frequency response, phase, and impulse response update live. Poles/zeros move as conjugate pairs. A filter is stable only while every pole stays inside the unit circle.

Presets

▶ Run in Python

Data Inspector

Poles1
Zeros1
Stabilitystable
Max |pole|0.820
Resonant ω0.00π
Peak gain20.9 dB

Governing equation

Reading this result: A zero lies essentially on the unit circle, so |H| drops to a deep null at that frequency — this is how notch and band-reject filters kill a specific tone. The response peaks near ω = 0.00π.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →
★ Sign in to save this setup
Save your tuned setup, or drop this simulation into your own site, docs, or course page.

How it works

The z-transform maps a digital filter to its poles and zeros in the complex z-plane, and the transfer function H(z)=∏(z−z_i)/∏(z−p_i) follows directly from their positions. Poles pull the magnitude response up into resonant peaks; zeros push it down into nulls. Evaluating H on the unit circle z=e^{jω} gives the frequency response you hear. The filter is stable only while every pole lies strictly inside the unit circle — drag one outside and the impulse response blows up. Try the low-pass, high-pass, notch, resonator, and Butterworth-ish presets, then move a pole toward the circle to sharpen its resonant peak.

Ask the AI about this model

The math, the assumptions, real-world uses, or a code translation — explained for this exact simulation.

Related live simulations

Frequently asked questions

Is this z-transform pole zero digital filter tool really free?
Yes. Z-Transform runs entirely in your browser using your device's own compute, so local use is free forever. You only pay Compute Tokens if you scale a job to the cloud.
Do I need to install anything?
No. Everything runs client-side in a modern browser — no downloads, no license, no account required to start.
Can I save or share my simulation?
Create a free account to save projects, and use a shareable embed or minted DOI to publish a live, interactive version anywhere.
How accurate are the results?
The solver uses established numerical methods, but results are for research and educational purposes and should be validated against experiment or professional review before you rely on them.