程序 Resources

Showing items tagged with "程序"

Implementation of ladder generalized predictive control algorithms, including single-value generalized predictive control, ladder GPC with pure delay, general GPC with pure delay, and first-order system identification with hysteresis.

MATLAB 201 views Tagged

A C-N (Crank-Nicolson) method implementation for solving parabolic partial differential equations with fixed step size: du/dx - a * d²u/dx² = 0. This code allows modification of coefficient 'a' to handle different equation parameters and supports variable coefficients through loop-based updates. The algorithm employs implicit time-stepping with second-order accuracy in both time and space dimensions.

MATLAB 215 views Tagged

This MATLAB program implements the upwind scheme to solve convection equations, which have broad engineering applications. The upwind scheme offers high numerical accuracy and is complemented by a leapfrog scheme implementation for solving diffusion equation initial value problems, providing two distinct computational approaches.

MATLAB 201 views Tagged

IDW (Inverse Distance Weighting) is one of the most commonly used spatial interpolation methods. This MATLAB-based program offers comprehensive functionality, including key algorithmic implementations and visualization tools for effective spatial data analysis.

MATLAB 209 views Tagged