最小二乘法递推算法辨识 Resources

Showing items tagged with "最小二乘法递推算法辨识"

A recursive least squares algorithm identification program that takes input u and output y, where the last column of the output matrix c contains parameter estimates. The implementation includes real-time parameter updates, covariance matrix handling, and prediction error minimization.

MATLAB 259 views Tagged