Matrix Solution for Overdetermined Systems Using Least Squares Method
Implementation of least squares matrix solution for overdetermined equations using MATLAB, featuring code explanations and algorithmic approaches.
Explore MATLAB source code curated for "matlab编写" with clean implementations, documentation, and examples.
Implementation of least squares matrix solution for overdetermined equations using MATLAB, featuring code explanations and algorithmic approaches.
A comprehensive MATLAB implementation of Gabor wavelet filters supporting both 1D and 2D signal processing, featuring practical applications for feature extraction and time-frequency analysis.
A MATLAB-based computational program implementing Mie theory for spherical particle scattering analysis, widely used in photonics research with user-friendly implementation and comprehensive scattering parameter calculations.
Develop a MATLAB program to solve pseudorange positioning equations, process actual measurement data, and compute receiver position and clock bias. The provided dataset includes two sets of 8-channel data where X, Y, Z represent satellite coordinates in WGS-84 coordinate system, and Range corresponds to corrected pseudorange measurements. Key implementation involves linearization techniques and iterative least-squares algorithms.
MATLAB-based image texture feature extraction algorithm accompanied by sample texture imagery - demonstrates high effectiveness for robust texture analysis and computer vision applications
Gaussian Mixture Model-based motion detection algorithm implemented in MATLAB, capable of identifying and marking moving objects in video sequences with adaptive background modeling and foreground segmentation techniques.
MATLAB implementation of radial distribution network power flow using forward-backward sweep method combined with ant colony optimization, particle swarm toolbox PSOt, genetic algorithm for reactive power optimization, and multi-swarm chaotic ant colony algorithm for unit commitment problem solving
Source files for channel simulation implemented using MATLAB
A MATLAB-based genetic algorithm implementation for path planning with satisfactory performance, suitable for academic projects like graduation theses with support for result visualization through screenshots.
This MATLAB implementation extracts GIST features from image libraries, includes test files for functionality validation and performance evaluation