搜索资源列表
matlab_convolution_code
- The program simulates convolutional code using soft-decoding viterbi algorithm. The choice of generator matrix (G) determines the code rate (1/R) and constraint length of the code (K).
Convolution_Linux-a-Unix
- The program simulates convolutional code using soft-decoding viterbi algorithm. The choice of generator matrix (G) determines the code rate (1/R) and constraint length of the code (K).
sova0
- This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generato