Click or drag to resize

SignalApplyGain Method

Create a new signal by applying a gain to this signal. The gain is applied to both the signal Power and NoisePower.

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 ApplyGain(
	double gain
)

Parameters

gain
Type: SystemDouble
The multiplicative gain to apply.

Return Value

Type: Signal
The modified signal.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when gain is negative.
See Also