Unscented Kalman Filter Program
MATLAB implementation of an Unscented Kalman Filter algorithm for dynamic state estimation.
Explore MATLAB source code curated for "matlab编写" with clean implementations, documentation, and examples.
MATLAB implementation of an Unscented Kalman Filter algorithm for dynamic state estimation.
This repository contains MATLAB implementations of both the standard Backpropagation (BP) algorithm and an enhanced Momentum-Adaptive Learning Rate Adjustment algorithm (Improved BP algorithm), featuring optimized gradient descent and dynamic learning rate adaptation.
MATLAB implementation of Modular PCA algorithm using Yale Face Database as example. The code performs image partitioning, PCA feature extraction on sub-images, projection coefficient calculation, and nearest neighbor classification with detailed code structure explanation.
MATLAB implementation of phase unwrapping featuring two distinct algorithms: quality-guided path-following phase unwrapping and Goldstein's branch-cut method, with detailed code explanations and practical applications.
A highly effective finite element method implementation developed in MATLAB, featuring robust numerical computation capabilities for engineering problem-solving.
MATLAB source code implementation for selecting the optimal C parameter value in linear SVM classifiers, enhancing dataset training and prediction performance through systematic parameter optimization approaches.
MATLAB implementation of dynamic time warping algorithm for time series analysis, complete with comprehensive usage documentation and code examples
MATLAB-coded shortest path algorithm ShortestPath_Djk implementing Dijkstra's algorithm with greedy approach for graph path optimization
MATLAB implementation of Lagrange interpolation and cubic spline interpolation algorithms, which takes x-vector and corresponding y-vector as input parameters and outputs function visualization plots
MATLAB implementation of least squares method achieving accurate classification between two classes with detailed algorithm explanation and code structure