How to implement a stateful signal processor in ezmsg?#

For general stateful processor implementation guidance, see the ezmsg-baseproc documentation.

For signal processing specific patterns using stateful processors, see implementations like ChebyshevFilterTransformer and WindowTransformer as examples.

(under construction)