OpticalAntennaSignalProcessor Class |
Namespace: AGI.Foundation.Communications.Antennas
The OpticalAntennaSignalProcessor type exposes the following members.
Name | Description | |
---|---|---|
OpticalAntennaSignalProcessor(IReceivingAntennaExtensionOpticalGainPattern) |
Initializes a new instance with a given parent receiving antenna extension.
| |
OpticalAntennaSignalProcessor(IReceivingAntennaExtensionOpticalGainPattern, PolarizationSource) |
Initializes a new instance with a given parent receiving antenna extension.
|
Name | Description | |
---|---|---|
CrossPolarizationLeakage |
Gets or sets the cross polarization leakage value.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
InputSignalProcessor |
Gets or sets the input to the signal processor.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
MaximumFrequency |
Gets or sets the maximum frequency. All received signals with frequency bands which fall entirely
above this frequency will be rejected and will not show up in the output signal collection.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
MinimumFrequency |
Gets or sets the minimum frequency. All received signals with frequency bands which fall entirely
below this frequency will be rejected and will not show up in the output signal collection.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
OutputSignalProcessorPrepolarizer |
Gets a signal evaluator which produces signals which have the antenna gain applied but not the polarization efficiency.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
PolarizationSource |
Gets or sets the polarization source.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
ReceivingAntennaExtension |
Gets the receiving antenna extension instance used to retrieve the links associated with
this antenna from the SignalPropagationGraph parameter passed to the GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph)
method.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
SignalOutput |
Gets the signal processor representing the output of the service provider.
(Inherited from SignalProcessor.) |
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
EnumerateDependencies |
Enumerates the dependencies of this object by calling
EnumerateT(T) for each object that this object directly depends upon.
Derived classes which contain additional dependencies MUST override this method, call the base
implementation, and enumerate dependencies introduced by the derived class.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProcessingDelay |
Get an evaluator which computes the time delay between the input and output of this
signal processor.
(Inherited from SignalProcessor.) | |
GetService |
Gets the service object of the specified type.
(Inherited from SignalProcessor.) | |
GetSignalEvaluator(SignalPropagationGraph) |
Get an evaluator which can produce the output from the signal processor.
(Inherited from SignalProcessor.) | |
GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph) |
Get an evaluator which can produce the output from the signal processor.
(Inherited from AntennaSignalProcessorTGainPattern.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |