Active Disturbance Rejection Control Code Implementation
Linear Active Disturbance Rejection Control (LADRC) Algorithm and Implementation
Explore MATLAB source code curated for "代码" with clean implementations, documentation, and examples.
Linear Active Disturbance Rejection Control (LADRC) Algorithm and Implementation
Two-dimensional Gaussian surface fitting algorithm implemented using two distinct computational approaches with detailed code descriptions
Essential numerical optimization algorithms applicable for general mathematical modeling scenarios with code implementation details
This PSO algorithm implementation provides an iterative optimization tool that initializes with random solutions and searches for optimal values through population-based iterations, featuring parameter configuration for swarm size, velocity updates, and fitness evaluation.
MATLAB implementation of LDPC decoding algorithm with 960-bit codeword length and 1/2 code rate, featuring complete FPGA hardware simulation and quantization processing.
Implementation of fuzzy neural network code for adaptive control systems, featuring error and error derivative as critical input parameters.
This source code implements RBF network training in MATLAB using a data center clustering approach, without relying on MATLAB's built-in training functions
A MATLAB-based face detection program that effectively detects frontal faces and side-profile faces with partial angles. The algorithm annotates detected faces with green bounding boxes on the original image, extracts face regions as separate images, and implements scale normalization at the final stage. The code includes detailed comments explaining the implementation approach using computer vision algorithms and image processing techniques.
MATLAB implementation for cell edge detection, cancer cell color analysis, and morphological analysis using image processing techniques
A custom-developed MATLAB program for Wiener filter implementation, designed for signal processing applications with detailed code explanations