sdr.Integrator(streaming: bool = False) Creates an integrating IIR filter. Parameters:¶ streaming: bool = False¶Indicates whether to use streaming mode. In streaming mode, previous inputs and outputs are preserved between calls to __call__(). Examples¶ See the IIR filters example.