分离 Resources

Showing items tagged with "分离"

Application Background: Gabor filter serves as a linear filter for edge detection in image processing, with frequency and directional responses similar to the human visual system. Research shows Gabor filters excel in texture representation and separation, consisting of Gaussian kernel functions modulated by sinusoidal plane waves in the spatial domain. Technical Approach: Comparative analysis of PCA dimensionality reduction examples reveals consistent methodology - extracting covariance matrices from original data, computing eigenvectors/eigenvalues, and generating transformation matrices through KL transformation based on eigenvalue-sorted eigenvectors.

MATLAB 231 views Tagged

A demonstration of blind source separation that can separate audio information into individual sound sources, implemented using signal processing algorithms like ICA or NMF

MATLAB 219 views Tagged