指标 Resources

Showing items tagged with "指标"

After completing image segmentation tasks, performance evaluation of segmentation results is essential, typically using IOU (Intersection over Union) and False Positive Rate as key metrics with code implementation insights for practical applications.

MATLAB 259 views Tagged

FIR Filter Design: Customize filter type (low-pass, high-pass, or band-pass) and specifications (passband cutoff frequency, passband ripple, stopband cutoff frequency, stopband attenuation), select appropriate window functions based on specifications, design FIR filters using the window design method, and validate performance against predetermined specifications through MATLAB code implementation.

MATLAB 215 views Tagged

Principal Component Analysis (PCA) is a statistical analysis method that transforms multiple indicators into a few comprehensive indicators. This source code provides MATLAB implementation with detailed analytical annotations, including algorithm explanations and key function descriptions for data dimensionality reduction.

MATLAB 203 views Tagged