How to turn a signal processor into an ezmsg Unit?#
To convert a signal processor to an ezmsg Unit, you can follow these steps:
Define the Processor: Create a class that inherits from the appropriate signal processor template (e.g., SignalProcessor, Filter, etc.).
Implement the Processing Logic: Override the necessary methods to implement the signal processing logic.
Define Input and Output Ports: Use the ezmsg port system to define input and output ports for the signal processor.
Register the Unit: Use the ezmsg registration system to register the signal processor as an ezmsg Unit.
(under construction)