匀速运动 Resources

Showing items tagged with "匀速运动"

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.

MATLAB 210 views Tagged

This program simulates a maneuvering target undergoing three distinct phases: initial uniform linear motion, uniform circular motion, and a return to uniform linear motion. Throughout these phases, the linear velocity magnitude v remains constant. The simulation includes physical force implementations to model trajectory deviations and centripetal force effects.

MATLAB 181 views Tagged