Click or drag to resize

SignalCollectionAddNoiseTemperature Method

Creates a new collection of signals by increasing the noise temperature for each 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 SignalCollection AddNoiseTemperature(
	double noiseTemperature
)

Parameters

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

Return Value

Type: SignalCollection
The new collection of signals.
See Also