飞机 Resources

Showing items tagged with "飞机"

A MATLAB-based mini-program for creating animated aircraft simulations (source code downloaded online and slightly modified by the author). The program requires external input of six aircraft state values, making it particularly suitable for aircraft simulation experiments. The implementation utilizes MATLAB's plotting and animation capabilities to visualize flight dynamics.

MATLAB 267 views Tagged

This program implements rapid aircraft identification and localization using known aircraft templates, employing template matching algorithms for efficient real-time processing.

MATLAB 2343 views Tagged

Implements aircraft path planning through genetic algorithms, where main.py serves as the primary execution file, and ceshi_draw.py visualizes smooth trajectory curves with Bézier interpolation or spline fitting techniques.

MATLAB 192 views Tagged

A Kalman filter simulation program that models radar detection of aircraft flight trajectories, with comprehensive implementation details provided in the accompanying Word documentation. The program demonstrates state estimation techniques including position and velocity prediction through recursive filtering algorithms.

MATLAB 195 views Tagged