信号处理 Resources

Showing items tagged with "信号处理"

This MATLAB-based radar SAR imaging auto-focusing algorithm provides valuable learning material for radar signal processing students and practitioners. The implementation demonstrates key concepts in synthetic aperture radar (SAR) image formation and phase error correction techniques.

MATLAB 308 views Tagged

Comprehensive collection of MATLAB code examples from the Signal Processing Super Learning Handbook, featuring practical implementations of signal processing algorithms including FFT, digital filtering, and spectral analysis techniques to enhance learning outcomes.

MATLAB 272 views Tagged

Application Background: Basic process of pulse Doppler radar signal generation and processing, including signal simulation (Gaussian white noise), signal processing (MTI processing, constant false alarm rate), etc. Key Technologies: • s3.m is the main script implementing pulse Doppler radar signal processing flow, featuring Doppler radar phase-coherent simulation and MTI (Moving Target Indicator) processing algorithms • OS-CFAR.m function performs Ordered Statistics Constant False Alarm Rate processing with configurable detection threshold calculation • Pf.m function computes false alarm probability (Pf) given parameters 2L (total data length), m (selected detection cell), and T (quality factor) - used in research papers for optimal quality factor selection

MATLAB 194 views Tagged