Lattice Boltzmann Method Source Code for Flow in Porous Media
Lattice Boltzmann Method source code implementation for simulating fluid flow within porous media structures
Explore MATLAB source code curated for "源代码" with clean implementations, documentation, and examples.
Lattice Boltzmann Method source code implementation for simulating fluid flow within porous media structures
Contourlet Transform MATLAB Source Code with Multi-Scale Directional Decomposition Implementation
MATLAB implementation source code for curve fitting based on Gaussian Mixture Model (GMM), featuring probability distribution modeling and customizable parameter optimization
Comprehensive Vibration Analysis Toolbox featuring complete source code with organized directory structure and detailed documentation, designed to support vibration signal processing and system analysis through MATLAB implementations
MATLAB source code for cellular automata simulation featuring state evolution rules: 1) A cell with state 0 transitions to state 1 with probability a×b when it has neighboring cells in state 1, where transition probability increases with more state-1 neighbors; 2) A cell with state 1 maintains its state unchanged. Simulation uses a 50×50 grid with initial propagator at center cell (25×25), Moore neighborhood configuration, and runs for 50 time steps to generate knowledge propagation visualization.
Source code implementation of the Gray System GM(1, n) model for multi-factor complex system prediction with algorithm structure and key function descriptions
High-quality MATLAB implementation of Zernike moments source code, featuring robust image processing capabilities and efficient pattern recognition algorithms. This resource provides complete computational methodology for digital image analysis using orthogonal Zernike polynomials.
Classic source code implementing the MPEG1 psychoacoustic model to compute human auditory masking curves, featuring frequency analysis and threshold calculation algorithms
Comprehensive source code from "Mastering MATLAB GUI Design" - an essential resource for MATLAB GUI development. This book demonstrates practical GUI implementation techniques that significantly reduce development time through MATLAB's built-in functions and callback mechanisms.
Source code for Active Disturbance Rejection Controller - an excellent resource for learning ADRC with practical implementation examples and algorithm explanations.