Click or drag to resize
XDL

XDopplerCalcDoppler(Double, XVertex3d, Double, Double) Method

위성의 궤도 및 자세 정보를 바탕으로 지정한 방위시간(Azimuth Time)에 지향한는 방향에 대한 도플러를 계산한다.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.3
Syntax
C#
public double CalcDoppler(
	double aTime,
	XVertex3d offsetRPY,
	out double rTime,
	out double Fdr
)

Parameters

aTime  Double
방위시간(Azimuth Time)
offsetRPY  XVertex3d
지정한 방위 시간의 자세에 추가하여 반영할 자세 옵셋 값(roll, pitch, yaw) [Degree]
rTime  Double
[Out] 지향 방향에 대하여 전파가 반사되어 도달하는 시간
Fdr  Double
[Out] 도플러의 변화량(Doppler rate)

Return Value

Double
도플러 계산 값(빔 조향(Steering) 값 적용)
See Also