信噪比 Resources

Showing items tagged with "信噪比"

Contains two MATLAB programs for speech enhancement: one for adding white Gaussian noise to clean speech files (WAV) with customizable SNR levels, and another for measuring speech signal-to-noise ratio to evaluate enhancement performance.

MATLAB 216 views Tagged

Detection performance curves across varying signal-to-noise ratios (SNR), with SNR on the x-axis and detection probability on the y-axis. The curves demonstrate improved detection probability as SNR increases, which can be implemented using ROC curve analysis or threshold-based detection algorithms in MATLAB or Python.

MATLAB 214 views Tagged

This document explains the working mechanism of convolutional coding and decoding, accompanied by a Simulink simulation demonstrating convolutional encoding and Viterbi algorithm-based decoding. All encoding/decoding modules are implemented using custom S-Functions. The simulation evaluates Bit Error Rate (BER) versus Signal-to-Noise Ratio (SNR) in Additive White Gaussian Noise (AWGN) channels, including implementation details for finite-state machine handling, branch metric calculation, and trellis path tracing.

MATLAB 259 views Tagged

This program implements the LCMV (Linearly Constrained Minimum Variance) algorithm for antenna array beamforming, featuring BER (Bit Error Rate) curve analysis that demonstrates significantly reduced error rates under high SNR conditions. The implementation includes MATLAB-based constraint optimization and covariance matrix computations.

MATLAB 191 views Tagged

This program computes MIMO channel capacity with simple implementations, generating plots for antenna configurations and SNR relationships. Ideal for graduation projects with expandable framework for advanced algorithms.

MATLAB 231 views Tagged