Viterbi译码 Resources

Showing items tagged with "Viterbi译码"

Simulation of communication systems with Viterbi decoding capabilities for convolutional codes and other decoding solutions. This MATLAB-based example provides practical simulation tools for communication engineering applications, featuring algorithm implementation details and key function descriptions.

MATLAB 279 views Tagged

Implementation of Viterbi decoding algorithm for convolutional codes with support for both soft-decision and hard-decision decoding methods, featuring algorithm explanations and code implementation details derived from English academic textbooks.

MATLAB 307 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