Close

Verifying Resonance Consistency in the Ladder Filter

A project log for 64-Knob Virtual-Analog Synth on Pico 2

A 64-knob virtual-analog synthesizer on Raspberry Pi Pico 2 — fully tactile, no menus, real-time control.

hiroyuki-oyamaHiroyuki OYAMA 02/06/2026 at 10:450 Comments


I ran a detailed frequency response measurement of the ladder filter implemented in my synth, focusing on two specific properties.

First, the resonance magnitude remains consistent across the entire frequency range.

Increasing resonance does not introduce frequency-dependent gain variation, the peak height stays uniform as the cutoff moves. This confirms that cutoff and resonance are effectively orthogonal.

Second, the resonance peak frequency closely matches the theoretical prediction derived from the linear analog ladder model. The measured peak shift aligns almost perfectly with the analytical reference curve.

In other words, the digital TPT/ZDF implementation reproduces both:

Above roughly 12 kHz, minor roll-off and deviation appear due to numerical stability limits (fs/8 constraint), but within the practical audio range the behavior remains consistent and predictable.

With these results, I can confidently rely on this filter design, not only musically, but also from a physical and analytical standpoint.

Discussions