AntennaSignalProcessorTGainPattern Constructor (IReceivingAntennaExtensionTGainPattern, Double, Double) |
Initializes a new instance with a given minimum frequency, maximum frequency, and antenna gain pattern.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected AntennaSignalProcessor(
IReceivingAntennaExtension<TGainPattern> receivingAntennaExtension,
double minimumFrequency,
double maximumFrequency
)
Protected Sub New (
receivingAntennaExtension As IReceivingAntennaExtension(Of TGainPattern),
minimumFrequency As Double,
maximumFrequency As Double
)
protected:
AntennaSignalProcessor(
IReceivingAntennaExtension<TGainPattern>^ receivingAntennaExtension,
double minimumFrequency,
double maximumFrequency
)
new :
receivingAntennaExtension : IReceivingAntennaExtension<'TGainPattern> *
minimumFrequency : float *
maximumFrequency : float -> AntennaSignalProcessor
Parameters
- receivingAntennaExtension
- Type: AGI.Foundation.Communications.AntennasIReceivingAntennaExtensionTGainPattern
The receiving antenna extension. - minimumFrequency
- Type: SystemDouble
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.
- maximumFrequency
- Type: SystemDouble
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.
See Also