Two-Station Cross Localization Error Display Program
A program for demonstrating two-station cross localization errors that generates observation data under the assumption of a target moving uniformly from point A (dx1, dy1) to point B (dx2, dy2) in kilometers. Using velocity input V (km/h), dx2 = V * t where t is observation duration (hours), with dy1 = dy2 = R representing target distance. The sampling time interval is assumed to be 1 hour. The program implements coordinate transformation algorithms and error calculation methods to simulate realistic localization scenarios.