数据 Resources

Showing items tagged with "数据"

An offline identification procedure for T-S models that only requires data input to automatically identify both the center and consequent parameters, complete with error curve analysis for practical applications

MATLAB 201 views Tagged

This code implements the least squares method by minimizing the sum of squared errors to find the optimal function fitting for data. The algorithm efficiently computes unknown parameters and ensures the minimal squared error between estimated values and actual observed data. Implementation typically involves matrix operations to solve normal equations or use gradient descent optimization techniques.

MATLAB 192 views Tagged

Comprehensive collection of commonly used seismic wave data including both shallow subsurface and deep geological layer measurements, with code implementation examples for signal processing and analysis techniques

MATLAB 224 views Tagged

MATLAB experiment using the polynomial y=x³-6x²+5x-3 to generate dataset (xi, yi, i=1,2,...,n), adding random noise to yi using rand (uniform distribution) or randn (normal distribution), then performing 3rd-degree polynomial fitting comparison with original coefficients. Includes analysis of 2nd and 4th-degree polynomial fitting results.

MATLAB 199 views Tagged

Importing S2P file data into MATLAB with the data format: freq x [S11 S21 S12 S22], including frequency points and S-parameter matrices for network analysis.

MATLAB 289 views Tagged