程序 Resources

Showing items tagged with "程序"

A MATLAB-implemented program for ultra-wideband pulse position modulation (PPM) signal reception, featuring algorithm implementation and signal processing functions

MATLAB 174 views Tagged

This program implements the functionality of MATLAB's built-in imfilter function in .m file format, with the same optional parameters as imfilter. The code includes sample images and uses the actual imfilter function at the end for direct comparison of processing results. Note: The program reads RGB images and converts them to grayscale for processing.

MATLAB 270 views Tagged

This corner detection program can identify all convex and concave points in images and display them on binary images with excellent results. Simply run corner.m directly - the implementation utilizes feature detection algorithms to locate key points where image intensity changes significantly in multiple directions.

MATLAB 192 views Tagged