Fault Diagnosis and Identification for TE Model Using KPCA (Kernel Principal Component Analysis)
Fault diagnosis and identification for TE model based on KPCA (Kernel Principal Component Analysis) methodology
Explore MATLAB source code curated for "辨识" with clean implementations, documentation, and examples.
Fault diagnosis and identification for TE model based on KPCA (Kernel Principal Component Analysis) methodology
This self-developed predictive control simulation tool implements adaptive step size prediction and system identification algorithms to enhance simulation accuracy and computational efficiency.
The self-tuning generalized predictive controller proposed by Clark et al. is a parameter model-based predictive control algorithm featuring time-domain optimized performance metrics integrated with identification and self-tuning mechanisms. This approach addresses inherent limitations in conventional self-tuning control. The provided code implements univariate GPC based on Diophantine equation derivation, featuring modular design for prediction horizon configuration and recursive parameter estimation.
Implementation of least squares method for second-order system identification to extract damping ratio and natural frequency parameters with code-oriented algorithmic explanations
Source code implementation of PID neural model using wavelet neural network identification
Original M-file source code for BP neural network-based control system identification, featuring offline training capabilities for simulating sampling point variation curves
A MATLAB implementation of classic Support Vector Machine (SVM) for classification tasks, featuring identification, categorization, and parameter optimization capabilities with detailed algorithmic explanations.