matlab编程 Resources

Showing items tagged with "matlab编程"

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 204 views Tagged

MATLAB programming for generating power quality signals including voltage sags, swells, interruptions, transient pulses, and transient oscillations with implementation code descriptions

MATLAB 209 views Tagged

This is my MATLAB implementation of an adaptive histogram equalization algorithm designed to enhance image details, combining the advantages of detail-enhancing adaptive histograms and traditional histogram equalization techniques. The program includes comprehensive algorithm explanation and demonstrates practical implementation using MATLAB's image processing toolbox functions like adapthisteq() with customized parameter settings for optimal contrast enhancement.

MATLAB 266 views Tagged