搜索资源列表
jiucuobianma
- 一些纠错编码算法的源代码,比如维特比, rs码。-some error correction coding algorithm source code, such as Viterbi, rs yards.
wanzhengchengxu
- 信号在信道进行传输时,经常会出现串扰,采用基于最大似然序列估计(MLSE)的电子色散均衡器的方法,克服光纤通信中的由各种色散引起的码间干扰。 研究基于最大似然序列估计(MLSE)的均衡器,采用维特比算法实现,用matlab仿真出采用MLSE后的性能指标(眼图和误码率)的提升。
matlab
- 维特比算法,信道编码的最大似然译码方法之一.
viterbi416
- 实现了(4,1,6)型卷积码的维特比译码算法,采用了极大似然算法。介绍了软判决维特比译码算法过程的三个步骤:初始化,度量更新和回溯译码。
viterbi216
- 一种应用比较广泛的维特比译码算法--(2,1,6)卷积码的维特比译码算法,采用回溯进行译码。
217
- (2,1,7)归零卷积码的维特比译码算法的matlab实现-(2,1,7) convolutional codeviterbi algorithm matlab implementation
viterbi
- 该MATLAB程序评估了viterbi算法在衰落信道下的卷积译码的性能,包含卷积编解码,衰落信道,维特比算法等.m程序-The MATLAB program to assess the viterbi algorithm in fading channels the performance of convolutional decoding, including the convolution coding and decoding, fading channels, Viterbi algor
sosi
- 描述了软输入,软输出的维特比译码算法的实现 siso-siso
viterbi
- 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
viterbi
- 用C++实现HMM 的维特比算法,主要是用于参数B的初值选取以及找到隐藏序列-HMM with a C++ implementation of the Viterbi algorithm, mainly used for selecting the initial value of parameters B and find the hidden sequence
viterbi
- 维特比算法,用于对卷积码进行解码,算法最小化汉明距离而不是似然函数-Viterbi algorithm. The Viterbi decoder for convolutional codes.This algorithm minimizes the metric rather than maximizingthe likelihood.
Viterbi
- 维特比算法8*8的实现。适用于数字通信原理的卷积码章节的学习。-viterbi algrithem
cov
- 卷积码的编码译码程序 使用维特比算法 详细准确-encode/decode about the convolutional code
viterbi-code
- 利用维特比算法求误码率,通信与信号系统专业常用代码,-The Viterbi algorithm seek error rate, communication and signal systems of professional commonly used code
Viterbi
- 实现hmm模型当中的维特比算法,用c语言实现-Hmm model which the Viterbi algorithm, using c language
CPP__HMM
- 实现hmm当中的前向算法,后向算法,维特比算法,用C++编写-Hmm which the forward algorithm, backward algorithm, Viterbi algorithm, written in C++
viterbi_decode
- 用matlab实现维特比算法译码,程序简单易懂,自己编写的。-Using matlab Viterbi decoding algorithm, the program is simple and easy to understand, I have written.
Viterbi-algorithm
- 维特比算法(Viterbi algorithm)是一种动态规划算法,可用于无线信道的检测。-Viterbi algorithm (Viterbi algorithm) is a dynamic programming algorithm can be used to detect the wireless channel.
HMM-python-master
- 用python实现了隐马尔科夫模型的概率计算和预测部分,主要是前向后向算法和维特比算法-Realized with python hidden Markov model probability calculation and prediction part is mainly forward-backward algorithm and the Viterbi algorithm
4122500
- 一种应用比较广泛的维特比译码算法--2,1,6卷积码的维特比译码算法,采用回溯进行译码,()