signal_processing Resources

Showing items tagged with "signal_processing"

This resource includes Mehrdad Soumekh's book "Synthetic Aperture Radar Signal Processing with MATLAB Algorithms" along with accompanying source code. The book provides comprehensive radar signal processing methodologies, while the implemented algorithms feature SAR imaging techniques including 1D range profiles, stripmap mode, and spotlight mode operations. The code serves as practical programming reference for professionals with foundational SAR knowledge, demonstrating key MATLAB functions for signal formatting, phase history processing, and image formation algorithms.

MATLAB 264 views Tagged

Gaussian filtering in one, two, or three dimensions constitutes a fundamental operation in signal and image processing. Time-domain finite impulse response (FIR) filters using Gaussian masks can be implemented efficiently in both floating-point and fixed-point arithmetic due to the strictly positive and bounded nature of Gaussian kernels.

MATLAB 249 views Tagged