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.2.419.0 (24.2.419.0)
Syntax public Signal ApplyGain(
double gain
)
Public Function ApplyGain (
gain As Double
) As Signal
public:
Signal^ ApplyGain(
double gain
)
member ApplyGain :
gain : float -> Signal
Parameters
- gain
- Type: SystemDouble
The multiplicative gain to apply.
Return Value
Type:
SignalThe modified signal.
Exceptions See Also