程序 Resources

Showing items tagged with "程序"

This is an inertial navigation solution program developed using Simulink, capable of simulating various performance levels of inertial navigation calculations. The implementation includes key algorithms for navigation frame transformation, sensor error modeling, and numerical integration methods.

MATLAB 203 views Tagged

Equation Root-Finding Methods % inv - Matrix inversion for linear systems % roots - Polynomial root calculation % fzero - Single-variable function root solver % fsolve - Nonlinear system solver % solve - Symbolic equation solution % *newton - Newton-Raphson method implementation

MATLAB 192 views Tagged

Target tracking is increasingly valued in both defense and civilian applications. JPDA (Joint Probabilistic Data Association) represents a classical algorithm in multi-target tracking. We provide a detailed JPDA implementation featuring clear code structure, comprehensive annotations, and practical examples suitable for beginners. The implementation demonstrates key concepts like measurement-to-track association and probabilistic data handling.

MATLAB 226 views Tagged

This program implements skin color-based face detection, providing valuable reference material for graduation projects focusing on face detection systems.

MATLAB 183 views Tagged

This program implements a cutting-edge algorithm in matrix factorization: Non-Negative Matrix Factorization (NMF), featuring optimized computation methods for handling large-scale data while preserving non-negative constraints.

MATLAB 236 views Tagged