输入数据 Resources

Showing items tagged with "输入数据"

This MATLAB implementation simulates the BCJR decoder process for decoding input data s from communication channels, featuring algorithm visualization and performance analysis capabilities.

MATLAB 256 views Tagged

This file contains a DBSCAN (Density-Based Spatial Clustering of Applications with Noise) clustering code that helps you perform density-based data clustering. The implementation requires three input parameters: your dataset (feature matrix), the minimum number of points required to form a dense region (minPts), and the neighborhood search radius (epsilon). The algorithm automatically identifies core points, border points, and noise points while handling clusters of arbitrary shapes.

MATLAB 227 views Tagged

PCA dimensionality reduction implementation for pattern recognition, focusing on input data structure and parameter configuration. The data parameter accepts a matrix where each row represents a sample, while the option parameter specifies the target dimensionality for reduction.

MATLAB 212 views Tagged