matlab代码实现 Resources

Showing items tagged with "matlab代码实现"

The Conjugate Gradient Method is a crucial algorithm in numerical analysis, with this source code providing its implementation in MATLAB. The code demonstrates iterative optimization for solving linear systems efficiently with minimal memory requirements.

MATLAB 245 views Tagged

Complete MATLAB implementation of a phase-locked loop with Gaussian noise interference, frequency offset, and phase offset - including convergence plots for final frequency and phase results. Features comprehensive code annotations explaining algorithm steps and implementation details.

MATLAB 272 views Tagged