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.2.419.0 (24.2.419.0)
Syntax public SignalCollection ModifySignals(
double gain,
double frequencyShiftFactor
)
Public Function ModifySignals (
gain As Double,
frequencyShiftFactor As Double
) As SignalCollection
public:
SignalCollection^ ModifySignals(
double gain,
double frequencyShiftFactor
)
member ModifySignals :
gain : float *
frequencyShiftFactor : float -> SignalCollection
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:
SignalCollectionThe new composite signal after applying the modifications.
See Also