Signal Trace#
The signalyzer package provides a Trace class to transform the
samples of a time-discrete, equidistant sampled signal, and
label the Trace instance with the performed
signal transformations by appending the names
of the performed signal transformation separated
by the colon : to the label of the Trace.
You can import the Trace class from the signalyzer package.
>>> from signalyzer import Trace