Click or drag to resize

SignalCollectionModifySignals Method (Double, Double)

Create a new composite signal by uniformly modifying the power and frequency of the existing constituent signals.

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 ModifySignals(
	double gain,
	double frequencyShiftFactor
)

Parameters

gain
Type: SystemDouble
The gain to apply to the power of each signal.
frequencyShiftFactor
Type: SystemDouble
The multiplicative frequency shift to apply to each signal.

Return Value

Type: SignalCollection
The new composite signal after applying the modifications.
See Also