Click or drag to resize

SignalDopplerShiftDataAdd Method

Returns a copy of the signal doppler shift data with the supplied doppler shift value added to the history collection.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalDopplerShiftData Add(
	double dopplerShift
)

Parameters

dopplerShift
Type: SystemDouble
The frequency doppler shift, in hertz.

Return Value

Type: SignalDopplerShiftData
A new SignalDopplerShiftData.
See Also