smearer
A circuit used to eliminate the overshoot of a pulse.
smearer: circuit that softens pulse edges to kill ringing
A smearer is a passive or active electronic circuit that deliberately rounds off the sharp leading and trailing edges of a pulse signal. Instead of allowing a pulse to rise or fall in a steep, clean step, a smearer stretches that transition over a longer period, converting a crisp edge into a gentler slope. This technique eliminates the high-frequency overshoot and ringing that occur when fast pulses travel through real transmission lines, cables, and components with parasitic inductance and capacitance.
The overshoot happens because a perfect square wave contains infinite high-frequency harmonics. When these harmonics travel through lossy or discontinuous circuits, they can bounce back and forth at transmission line impedance boundaries, causing the voltage to spike beyond the intended logic level before settling. A smearer works by introducing a low-pass filter effect, either through passive RC networks or active op-amp integrators, that removes these high-frequency components before they can cause trouble. The result is a pulse that may be slower to transition, but is stable and predictable.
Common implementations and trade-offs
Passive smearers using a series resistor and shunt capacitor are the simplest approach and add no power consumption, but they also attenuate the pulse amplitude and increase the input impedance seen by the driving circuit. Active smearers built around operational amplifiers can offer controlled slew rate limiting and better impedance isolation, but require a power supply and consume current. The choice depends on whether signal loss is tolerable and whether the source driving the pulse can spare the bandwidth. Digital systems often use intentional gate propagation delays or Schmitt trigger inputs as unintended but effective smearers.
The term reflects the visual effect on an oscilloscope: a clean rising edge becomes smeared across the time axis instead of appearing as a vertical line. Smearing is especially common in high-speed digital logic circuits, radar pulse circuits, and anywhere fast edges would otherwise ring on their way to logic comparators or analog-to-digital converters. It is also called pulse shaping, edge softening, or slew rate limiting depending on context and whether the effect is deliberate or incidental.
The trade-off is always between noise immunity and speed. A heavily smeared pulse is immune to ringing but may transition too slowly for high-frequency digital circuits, causing timing skew or violation of setup and hold times in flip-flops. Engineers tune the smearing by adjusting the RC time constant or slew rate to find the balance where ringing is suppressed but pulse timing remains valid for the application.