SignalDopplerShiftData Constructor (Double) |
Initializes a new instance with a given doppler shift frequency, in hertz.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SignalDopplerShiftData(
double dopplerShift
)
Public Sub New (
dopplerShift As Double
)
public:
SignalDopplerShiftData(
double dopplerShift
)
new :
dopplerShift : float -> SignalDopplerShiftData
Parameters
- dopplerShift
- Type: SystemDouble
The doppler shift value, in hertz.
See Also