非线性系统 Resources

Showing items tagged with "非线性系统"

Particle filters utilize Monte Carlo simulation to achieve recursive Bayesian filtering, eliminating the need for linearity or Gaussian noise assumptions. This makes them suitable for any nonlinear system representable by state-space models, offering broader applicability than Kalman filters. The provided MATLAB examples demonstrate practical implementations including target tracking, parameter identification, and robotic SLAM applications with detailed code structure explanations.

MATLAB 183 views Tagged

The C-C algorithm for nonlinear systems is a well-tested implementation that provides researchers in chaos theory with a practical tool for studying complex dynamical behavior. The algorithm includes key functions for phase space reconstruction and correlation dimension calculation.

MATLAB 204 views Tagged

Successful implementation of RBF neural network for approximating nonlinear systems, with discussions on current limitations and areas for improvement. Implementation includes radial basis function centers selection, weight optimization, and network training algorithms.

MATLAB 282 views Tagged

Implementation of Generalized Predictive Control in MATLAB - Current challenges in predictive control include model construction and optimization method selection. Models must be sufficiently accurate, but there is no unified efficient methodology for nonlinear system identification.

MATLAB 239 views Tagged