IReceivingAntennaExtensionTGainPattern Interface |
Namespace: AGI.Foundation.Communications.Antennas
public interface IReceivingAntennaExtension<TGainPattern> : ISignalReceivedByAntennaService, ISignalReceivedByAntennaPrepolarizerService, IServiceProvider where TGainPattern : BaseGainPattern
The IReceivingAntennaExtensionTGainPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| AntennaGainPattern |
Gets or sets the antenna gain pattern.
| |
| OutputSignalProcessor |
Gets the SignalProcessor which produces the output of the antenna,
after it has passed through the antenna and prior to any signal processing in the receiver.
(Inherited from ISignalReceivedByAntennaService.) | |
| OutputSignalProcessorPrepolarizer |
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
(Inherited from ISignalReceivedByAntennaPrepolarizerService.) | |
| Owner |
Gets the owning ExtensibleObject.
|
| Name | Description | |
|---|---|---|
| GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |