Processed Device Input¶
![Inheritance diagram of hermespy.core.device.ProcessedDeviceInput](../../_images/inheritance-f231236f1e831a6195925e0e4d6fcb7739d8c5e4.png)
- class ProcessedDeviceInput(impinging_signals, operator_inputs)[source]¶
Bases:
DeviceInput
Information generated by receiving over a device.
- Parameters:
impinging_signals (DeviceInput | Signal | Sequence[Signal]) – Numpy vector containing lists of signals impinging onto the device.
operator_inputs (Sequence[Signal]) – Signal models to be processed by receive DSP algorithms.