Discontinuous

Quantizer Block

Rounds input signal to the nearest multiple of a specified interval (discretizes amplitude). Supports ADC mode with min/max/bits.

Open Quantizer in BlockWerk →

# Quantizer Block

Description

Rounds the input signal to the nearest multiple of a specified interval, producing a staircase-like output. Models ADC resolution, digital sensor quantization, and discrete-level systems.

Mathematical Model

y = round(u / interval) × interval

Parameters

interval

The quantization step size. Smaller values give finer resolution.

Remarks

See Also