编码 Resources

Showing items tagged with "编码"

This program performs bit error rate analysis across a range of SNR values. For each SNR level, it implements: random signal generation with QPSK modulation, Alamouti space-time block coding, transmission through Rayleigh fading channels with AWGN addition, maximum ratio combining at the receiver, and maximum likelihood detection to calculate symbol error rates. The implementation demonstrates that a symbol error rate of 10^-3 corresponds to approximately 12-13 dB SNR, validating the Alamouti scheme's performance in MIMO systems.

MATLAB 235 views Tagged

A Python and OpenCV implementation for selecting and processing regions of interest (ROI) from images in formats like JPG and TIFF. Includes interactive ROI selection, display functionality, and post-processing operations with algorithm explanations and code structure details.

MATLAB 238 views Tagged

OFDM simulation system under multipath channels, including encoding, mapping, interleaving, and modulation operations. The system implements decision feedback-based channel estimation with error correction mechanisms.

MATLAB 238 views Tagged

This project implements a PCM (Pulse Code Modulation) encoder and decoder using MATLAB's SIMULINK environment, featuring modeling and simulation capabilities for digital signal processing applications.

MATLAB 171 views Tagged