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.2.419.0 (24.2.419.0)
Syntax public interface ISignalOutputService
Public Interface ISignalOutputService
public interface class ISignalOutputService
type ISignalOutputService = interface end
The ISignalOutputService type exposes the following members.
Properties
| Name | Description |
---|
| SignalOutput |
Gets the signal processor representing the output of the service provider.
|
TopRemarks
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