低通滤波器 Resources

Showing items tagged with "低通滤波器"

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 244 views Tagged

A MATLAB-based speech denoising low-pass filter implementation using Hamming window design. The provided MATLAB code (self-developed, fully executable when copied to .m file) implements windowed FIR filter design with frequency response visualization and signal processing capabilities.

MATLAB 275 views Tagged

Implementation and algorithm explanation of low-pass filters using MATLAB for signal processing applications including audio processing, image filtering, and communication systems. The code demonstrates filter design, frequency response analysis, and practical implementation techniques.

MATLAB 188 views Tagged

1. Generate a continuous signal containing low, medium, and high frequency components, perform sampling and spectral analysis. Design three types of filters (high-pass, low-pass, and band-pass) to process the signal and observe the spectrum of filtered signals. 2. Acquire a noisy speech signal (either by recording with background noise or adding noise to clean speech), perform sampling and spectral analysis, then design an appropriate filter to eliminate noise based on spectral characteristics.

MATLAB 250 views Tagged