最小二乘法 Resources

Showing items tagged with "最小二乘法"

MATLAB implementations of recursive system identification algorithms including basic RLS (Recursive Least Squares), extended RLS with forgetting factor, and RIV (Recursive Instrumental Variable) methods, all designed for 2nd-order systems with easy modification capability for different orders.

MATLAB 219 views Tagged

The Robust Locally Weighted Regression algorithm, introduced by Cleveland[7], utilizes local observation data to perform polynomial-weighted fitting for target points and employs least squares estimation. This algorithm combines traditional local polynomial fitting, locally weighted regression, and a robust fitting procedure with strong resistance to outliers.

MATLAB 201 views Tagged

This code implementation demonstrates key channel estimation methods for OFDM systems, including Least Squares (LS), Linear Minimum Mean Square Error (LMMSE), and Low-Rank Minimum Mean Square Error approaches. The implementation features working MATLAB code with comprehensive algorithm explanations, suitable for beginners learning wireless communication systems. Download available for hands-on practice.

MATLAB 255 views Tagged