Click or drag to resize

SignalCollectionApplyFrequencyShift Method

Create a new composite signal by shifting the frequency of the constituents of this 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 ApplyFrequencyShift(
	double frequencyShiftFactor
)

Parameters

frequencyShiftFactor
Type: SystemDouble
The multiplicative frequency shift to apply to all constituent signals in this signal.

Return Value

Type: SignalCollection
The new composite signal after shifting the frequency.
Remarks
The new frequency is the old frequency multiplied by the shift factor
See Also