工程应用 Resources

Showing items tagged with "工程应用"

This program calculates the distance between two points on the Earth's surface by inputting their latitude and longitude coordinates. It implements the Haversine formula to compute great-circle distances and can be applied across various engineering fields including construction, transportation, and aviation.

MATLAB 274 views Tagged

A comprehensive implementation of the Grey Wolf Optimizer with excellent performance, clear interpretability, and promising potential for diverse engineering applications. Features step-by-step algorithmic explanations and key parameter configurations.

MATLAB 219 views Tagged

A comprehensive BP neural network implementation with excellent performance characteristics, suitable for various engineering applications including financial modeling, medical diagnostics, and traffic prediction systems.

MATLAB 200 views Tagged

The Kalman filter is an efficient recursive algorithm that estimates the state of a linear dynamic system from noisy measurements. Widely implemented in various engineering fields including radar systems, computer vision, and control theory, it serves as a fundamental solution to the Linear Quadratic Gaussian (LQG) control problem alongside Linear Quadratic Regulator (LQR). Implementation typically involves prediction and update steps using state transition matrices and measurement models.

MATLAB 215 views Tagged