Click or drag to resize

RectangularFilter Constructor (SignalProcessor, Double, Double, Double, Double)

Initialize a new instance based on the given parameters.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RectangularFilter(
	SignalProcessor inputSignalProcessor,
	double noiseTemperature,
	double frequency,
	double lowerBandwidthLimit,
	double upperBandwidthLimit
)

Parameters

inputSignalProcessor
Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The source of the input signal.
noiseTemperature
Type: SystemDouble
The thermal noise temperature of the filter, in kelvin.
frequency
Type: SystemDouble
The center frequency of the filter, in hertz.
lowerBandwidthLimit
Type: SystemDouble
The negative offset to the lower boundary of the bandwidth, in hertz.
upperBandwidthLimit
Type: SystemDouble
The positive offset to the upper boundary of the bandwidth, in hertz.
See Also