课程设计 Resources

Showing items tagged with "课程设计"

This is a course design project implementing an ECG signal wavelet analysis demonstration system using MATLAB, utilizing raw data collected from MIT databases with significant educational value for signal processing studies.

MATLAB 233 views Tagged

This project contains my course design for Digital Signal Processing, including MATLAB source code and comprehensive design report. The implementation demonstrates fundamental DSP concepts through: convolution simulation, sampling theorem visualization, analog filter design, Chebyshev Type I lowpass filter design, bilinear transformation method for Butterworth digital filters, and Kaiser window-based highpass filter design.

MATLAB 189 views Tagged

MATLAB course design focusing on spatial filtering enhancement: Spatial domain filtering involves neighborhood operations on images using templates in the image space. Each pixel value in the output image is calculated by processing the corresponding neighborhood pixels of the input image through a template. Learn and master spatial filtering techniques in MATLAB, and design a GUI interface to implement the following functionality: 1) Create an image interface using MATLAB Guide to read and display images, with buttons for various filter operations; 2) Artificially add noise to an image using imnoise function; 3) Perform linear filtering; 4) Apply median filtering; 5) Implement adaptive filtering; 6) Compare results using custom MATLAB filters.

MATLAB 290 views Tagged