非线性系统 Resources

Showing items tagged with "非线性系统"

This manual primarily introduces the core concepts of particle filtering and its practical implementations in nonlinear systems, focusing on key applications such as target tracking, multi-target tracking, and battery life prediction. The handbook's distinctive advantage lies in providing complete MATLAB code examples alongside theoretical explanations, enabling readers to directly correlate mathematical formulations with practical implementations. It serves as an efficient entry point for researchers entering this field, while also offering a solid foundation for experienced practitioners to further refine algorithms and conduct advanced studies through customizable code structures.

MATLAB 284 views Tagged

Unscented Kalman Filter - Primarily applied for tracking in nonlinear systems, implementing sigma point transformation for improved state estimation accuracy.

MATLAB 188 views Tagged

Modeling nonlinear systems using 1500 datasets for network training and 500 datasets for testing. Since BP neural networks typically initialize weights and thresholds randomly, they often get trapped in local minima. This method employs genetic algorithm optimization for initial weights and thresholds, with comparative analysis of pre- and post-optimization performance. Implementation includes population initialization, fitness function design based on MSE, and chromosome encoding of network parameters.

MATLAB 214 views Tagged