Click or drag to resize

SignalDopplerShiftDataItem Property

Get the frequency doppler shift at the given index in the 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 double this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index into the collection of frequency doppler shifts.

Return Value

Type: Double
The doppler shift value, in hertz, for the supplied index into the doppler shift value array.
See Also