搜索资源列表
Viterbi算法简洁注释版
- Viterbi算法源程序,注释简洁,利于使用-Viterbi algorithm source, concise notes, beneficial use
viterbi
- 关于GMSK的调制解调用viterbi算法实现。里面有仿真结果的误码率曲线。-GMSK modem calls on the viterbi algorithm. Inside curve of the BER simulation results.
GMSK
- GMSK信号的非相干解调技术研究,包括Viterbi算法解调-Non-coherent GMSK signal demodulation techniques, including the Viterbi algorithm for demodulation
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
31767667viterbi(matlab)
- viterbi算法在matlab环境下的具体实现程序。-viterbi algorithm matlab environment in the concrete realization of the procedure.
viterbi
- viterbi搜索算法是一种全局动态规划算法,在本例中,我们用C实现了他的搜索过程.-viterbi search algorithm is a global dynamic programming algorithm, in this case, we use C to achieve his search process.
viterbi
- viterbi算法的matlab实现,主要用于数字通信中接收端的译码-viterbi
viterbi
- viterbi译码算法,可以对卷积码进行解码。通信类的朋友知道的-viterbi
viterbi
- 关于卷积码的viterbi译码算法,可以自己设定输入的码元-On the viterbi decoding convolutional codes, can be set for the input symbol
viterbi
- 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
viterbi
- 实现hmm基本算法。此代码实现基本的viterbi算法。有学习功能-The matlab code implements Viterbi algorith to realize HMM s learning.
viterbi
- 在visual c++开发环境下,采用viterbi算法进行译码 -In visual c++ development environment, using viterbi decoding algorithms
my_viterbi
- Viterbi算法及其实现,C++可发的,HMM的初学者特别适用。-It very useful for V++ learner.
test_viterbi
- viterbi算法测试程序,对接收信号的相位与真实相位进行viterbi距离计算-viterbi algorithm testing procedures, the phase of the received signal phase with the real distance calculated for viterbi
Viterbi
- 经典viterbi算法实现,带一个demo。-realizing the classic viterbi algorithm in matlab
viterbi
- Viterbi算法,功能是实现了如下:给定HMM和观察序列,求最可能的状态。-The Viterbi algorithm, the function is as follows: Given HMM and observation sequences, find the most likely state.
viterbi
- viterbi算法的C语言实现,以及动态链接库dll文件,可以直接添加到你的工程中,直接调用即可-Viterbi algorithm writen by the C language, as well as the dynamic link library DLL file, can be directly added to your project, you can call directly
viterbi-algorithm
- 用Viterbi算法来解码隐马尔科夫模型(HMM)的状态变量。其中,mainfile_Vit.m是主函数,Viterbi_algorithm.m是调用的Viterbi算法函数。-Viterbi algorithm for decoding the hidden states of the Hidden Markov Model(HMM). In this folder, "mainfile_Vit.m" file is the main function, and "Viterbi_algori
viterbi
- viterbi算法c++,实现了动态路径规划-viterbi algorithm c++, to achieve a dynamic path planning
Viterbi算法
- 使用Viterbi算法简单列出了几个例子后,模拟256QAM系统中Viterbi译码纠错的作用,并有参考文献