Click or drag to resize

AntennaSignalProcessor<TGainPattern> Constructor (IReceivingAntennaExtension<TGainPattern>, 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.3.420.0 (24.3.420.0)
Syntax
protected AntennaSignalProcessor(
	IReceivingAntennaExtension<TGainPattern> receivingAntennaExtension,
	double minimumFrequency,
	double maximumFrequency
)

Parameters

receivingAntennaExtension
Type: AGI.Foundation.Communications.Antennas.IReceivingAntennaExtension<TGainPattern>
The receiving antenna extension.
minimumFrequency
Type: System.Double
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: System.Double
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