信噪比 Resources

Showing items tagged with "信噪比"

Implementation of image quality assessment metrics including Peak Signal-to-Noise Ratio (PSNR), Mean Squared Error (MSE), Mean Absolute Error (MAE), and Image Fidelity with MATLAB code examples. Uses fundamental programming approaches to help beginners understand objective image evaluation standards through practical implementation.

MATLAB 201 views Tagged

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

MATLAB implementation for analyzing power spectral density and constellation diagrams of QPSK modulation using rectangular and root raised cosine pulses across various signal-to-noise ratio (SNR) channels. The code includes pulse shaping techniques, modulation/demodulation algorithms, and SNR simulation modules. Simply execute the main function to generate all results.

MATLAB 301 views Tagged

Voice Activity Detection (VAD) serves as a fundamental technology in speech recognition with extensive applications across both commercial and civil domains. Accurate endpoint detection becomes particularly challenging in low signal-to-noise ratio (SNR) environments, especially during silent segments or transitional periods before and after phonation.

MATLAB 275 views Tagged