Operator

Inheritance diagram of hermespy.core.device.Operator
class Operator[source]

Bases: Serializable

Base class for operators of devices.

In HermesPy, operators may configure devices, broadcast signals over them or capture signals from them. Each operator is attached to a single device instance it operates on.

abstract property frame_duration: float

Duration of a single sample frame in seconds.

Denoted as \(T_{\mathrm{F}}\) of unit \(\left[ T_{\mathrm{F}} \right] = \mathrm{s}\) in literature.

abstract property sampling_rate: float

The operator’s preferred sampling rate in Hz.

Denoted as \(f_{\mathrm{S}}\) of unit \(\left[ f_{\mathrm{S}} \right] = \mathrm{Hz} = \tfrac{1}{\mathrm{s}}\) in literature.