Click or drag to resize

SignalModifyNoiseTemperature Method (Double, Double, Double)

Create a new signal by modifying the NoiseTemperature of this signal.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Signal ModifyNoiseTemperature(
	double noiseTemperature,
	double lowerNoiseBandwidthLimit,
	double upperNoiseBandwidthLimit
)

Parameters

noiseTemperature
Type: SystemDouble
The new noise temperature, in kelvin.
lowerNoiseBandwidthLimit
Type: SystemDouble
The new offset to the lower limit of the NoiseBandwidth, in hertz.
upperNoiseBandwidthLimit
Type: SystemDouble
The new offset to the upper limit of the NoiseBandwidth, in hertz.

Return Value

Type: Signal
The modified signal.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when noiseTemperature is negative, or when lowerNoiseBandwidthLimit is greater than upperNoiseBandwidthLimit.
See Also