Click or drag to resize

ISignalOutputService Interface

A service which identifies the SignalProcessor representing the output of an object.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ISignalOutputService

The ISignalOutputService type exposes the following members.

Properties
  NameDescription
Public propertySignalOutput
Gets the signal processor representing the output of the service provider.
Top
Remarks
In simple cases, this represents the carrier output of a receiver prior to demodulating the signal to obtain the encoded data. In the case of a transponder, this represents the carrier output of the receiver prior to being retransmitted. In the case of a digital transceiver, it represents the carrier input to the demodulator prior to demodulating and remodulating the signal.
See Also