参数 Resources

Showing items tagged with "参数"

Cross-validation methods for image classification, which enable the acquisition of more accurate parameter values from training datasets. These algorithms involve partitioning data into subsets and systematically validating model performance through iterative training cycles.

MATLAB 220 views Tagged

Implementation of GPS satellite signal acquisition and data demodulation using custom-simulated satellite data. This approach enables precise determination of critical GPS receiver parameters including acquisition sensitivity, tracking accuracy, and signal processing thresholds. The solution incorporates advanced correlation algorithms and parallel code phase search techniques for efficient signal detection.

MATLAB 239 views Tagged

This program implements region growing algorithm for image segmentation with four input parameters: 1) x-coordinate of seed point, 2) y-coordinate of seed point, 3) input image for segmentation, 4) threshold value used during region growth. The algorithm uses pixel connectivity and similarity criteria to expand regions from seed points.

MATLAB 221 views Tagged

The Gaussian Mixture Model EM Algorithm calculates three key parameters for Gaussian mixture distributions, which better approximate coefficient distributions than single Gaussian models. Implementation involves iterative expectation and maximization steps for parameter estimation.

MATLAB 204 views Tagged

A highly practical MATLAB-based ECG signal processing program that implements complete R-wave detection with parameter analysis, featuring spectral filtering and noise removal algorithms.

MATLAB 242 views Tagged

This algorithm for automatic identification of blind analog modulation signals utilizes common parameters in blind signal recognition such as gamma, ap, dp, and P, accompanied by signal generation programs for DSB, LSB, USB, AM, and FM modulation types with detailed code implementation examples.

MATLAB 265 views Tagged