sdr.Differentiator(streaming: bool = False) Creates a differentiator FIR filter. Parameters:¶ streaming: bool = False¶Indicates whether to use streaming mode. In streaming mode, previous inputs are preserved between calls to __call__(). Examples¶ See the FIR filters example.