zero

Function zero 

Source
pub fn zero(
    b0: impl Into<ElemNode>,
    b1: impl Into<ElemNode>,
    x: impl Into<ElemNode>,
) -> Node
Expand description

Simple one-zero filter. Expects 3 children: b0, b1, and input signal.