Click or drag to resize

SignalAddNoiseTemperature Method

Creates a new signal by adding noise temperature (such as thermal noise), in kelvin.

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 AddNoiseTemperature(
	double noiseTemperature
)

Parameters

noiseTemperature
Type: SystemDouble
The temperature to add, in kelvin.

Return Value

Type: Signal
A new signal with a new value for NoiseTemperature.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the computed NoiseTemperature is negative.
See Also