Bases: onyx.signalprocessing.sigprocbase
Single delta.
>>> type(Delta(None))
<class '__main__.Delta'>
Process each of the elements of ‘items’. Return a list of results.
Return a serialized version of this object as a tuple of strings. The form of the tuple is: (module_name, factory_name, version, arg0, arg1, ...) where the version and the args will be passed to the factory to construct the object.
Bases: onyx.signalprocessing.sigprocbase
Double delta.
>>> type(DeltaDelta(None))
<class '__main__.DeltaDelta'>
Process each of the elements of ‘items’. Return a list of results.
Return a serialized version of this object as a tuple of strings. The form of the tuple is: (module_name, factory_name, version, arg0, arg1, ...) where the version and the args will be passed to the factory to construct the object.