傅里叶变换 Resources

Showing items tagged with "傅里叶变换"

Using Fast Fourier Transform (FFT) to compute the average period of sequences. Accepts a time series as input and returns the average period calculated through FFT spectral analysis. Required for determining the maximum Lyapunov exponent in chaotic sequence analysis.

MATLAB 228 views Tagged

Implementation of Discrete Cosine Transform (DCT) high-pass and low-pass filters for image processing, with comparison to Fourier Transform (FFT) filtering. Visual results demonstrate that DCT low-pass filtering produces significant blurring due to energy reduction from taking the real component of FFT. DCT high-pass filtering removes low-frequency components, resulting in darkened images with only edge traces visible. Code implementation includes frequency domain masking and coefficient thresholding techniques.

MATLAB 257 views Tagged

Fourier Transform of digital images featuring the original image after rotation and translation, along with its corresponding frequency spectrum represented in three-dimensional coordinates. Implementation typically involves 2D FFT algorithms and visualization techniques.

MATLAB 240 views Tagged

1. Perform Fourier Transform on images to convert them from spatial to frequency domain. 2. Remove vertical stripe noise based on the Fourier analysis results. 3. Apply Inverse Fourier Transform to reconstruct the processed image.

MATLAB 227 views Tagged

The compressed archive contains source code implementations for image compression using Wavelet Transform, Fourier Transform, Hadamard Transform, and Discrete Cosine Transform, along with a program for plotting image histograms and histograms of histogram-equalized images. The implementations include key algorithms for frequency-domain analysis and image compression techniques.

MATLAB 202 views Tagged