- 4
- 0
- 约9.16千字
- 约 13页
- 2019-09-27 发布于广东
- 举报
卷积码的维特比译码函数
Function [decoder_output, survivor_state, cumulatedmetric]二 viterbi (G, k, channel output)
The victor of the convolution code
% VITERBI convolved with the wittby decoder
[decoder ouput, survivor state, cumulated metric] = viterbi (G, k, charmel_output)
% G is an n by Lk matrix, and each row of the matrix is true
% fixed the cormection between the shift error and the n output,
% is the code rate?
The % survivor state is the matrix that represents the best path through the network.
The % measurement is given in another function, metric (x, y), and can be based on
The % hard judgment
原创力文档

文档评论(0)