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.2.419.0 (24.2.419.0)
Syntax public SignalCollection ApplyFrequencyShift(
double frequencyShiftFactor
)
Public Function ApplyFrequencyShift (
frequencyShiftFactor As Double
) As SignalCollection
public:
SignalCollection^ ApplyFrequencyShift(
double frequencyShiftFactor
)
member ApplyFrequencyShift :
frequencyShiftFactor : float -> SignalCollection
Parameters
- frequencyShiftFactor
- Type: SystemDouble
The multiplicative frequency shift to apply to all constituent signals in this signal.
Return Value
Type:
SignalCollectionThe new composite signal after shifting the frequency.
Remarks The new frequency is the old frequency multiplied by the shift factor.
See Also