频域 Resources

Showing items tagged with "频域"

2. Image Enhancement: Image enhancement, also known as image sharpening, aims to strengthen detail information such as contour edges in images. Similar to image smoothing, image enhancement can be performed in both spatial and frequency domains. For spatial domain sharpening: subtracting the original image from a processed version yields the sharpened image g(i,j), i.e., g(i,j) = f(i,j) - α[f(i+1,j) + f(i-1,j) + f(i,j+1) + f(i,j-1) - 4f(i,j)] = f(i,j) + 4α[f(i,j) - avg]. Here α is an adjustable factor controlling sharpening intensity, where 1/4 represents the average gray value of the 4 neighboring points around the sharpened pixel.

MATLAB 259 views Tagged

One of the frequency-domain modal parameter identification methods enables vibration signal analysis to extract structural natural frequencies, damping ratios, and mode shapes. This well-established method features complete implementation code with robust algorithmic approaches for accurate parameter estimation.

MATLAB 245 views Tagged

A frequency-domain modal parameter identification method for vibration signal analysis and processing, capable of extracting structural natural frequencies, damping ratios, and mode shape coefficients. The method is highly effective, with complete program implementation featuring signal preprocessing, frequency response function estimation, and curve fitting algorithms.

MATLAB 223 views Tagged