CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Viterbi Algorithm

搜索资源列表

  1. Viterbi算法简洁注释版

    0下载:
  2. Viterbi算法源程序,注释简洁,利于使用-Viterbi algorithm source, concise notes, beneficial use
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1015byte
    • 提供者:黄飞龙
  1. Viterbi

    0下载:
  2. Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note: The main function is viterbi.m
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.14kb
    • 提供者:Nick
  1. viterbi

    4下载:
  2. 关于GMSK的调制解调用viterbi算法实现。里面有仿真结果的误码率曲线。-GMSK modem calls on the viterbi algorithm. Inside curve of the BER simulation results.
  3. 所属分类:matlab

    • 发布日期:2015-09-09
    • 文件大小:5kb
    • 提供者:秋彤
  1. GMSK

    1下载:
  2. GMSK信号的非相干解调技术研究,包括Viterbi算法解调-Non-coherent GMSK signal demodulation techniques, including the Viterbi algorithm for demodulation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:449.98kb
    • 提供者:王琦
  1. viterbi

    3下载:
  2. 该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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:17.14kb
    • 提供者:季晓澎
  1. 31767667viterbi(matlab)

    0下载:
  2. viterbi算法在matlab环境下的具体实现程序。-viterbi algorithm matlab environment in the concrete realization of the procedure.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5.25kb
    • 提供者:chengbin
  1. viterbi

    0下载:
  2. viterbi搜索算法是一种全局动态规划算法,在本例中,我们用C实现了他的搜索过程.-viterbi search algorithm is a global dynamic programming algorithm, in this case, we use C to achieve his search process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1.02kb
    • 提供者:chengbin
  1. viterbiexample

    0下载:
  2. This is all about viterbi algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:39.76kb
    • 提供者:jayapraveen
  1. viterbiexample2

    0下载:
  2. This ia about viterbi algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:39.76kb
    • 提供者:jayapraveen
  1. viterbiexample4up

    0下载:
  2. This is about viterbi algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:66.62kb
    • 提供者:jayapraveen
  1. viterbi

    0下载:
  2. 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.2kb
    • 提供者:xiexiuxiu
  1. viterbi

    0下载:
  2. 用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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.09kb
    • 提供者:Ming Zhao
  1. Viterbi

    0下载:
  2. viterbi algorithm in Hidden Markov Model
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.08kb
    • 提供者:mohsen
  1. viterbi

    0下载:
  2. viterbi algorithm in matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.95kb
    • 提供者:sh.kafshgari
  1. test_viterbi

    0下载:
  2. viterbi算法测试程序,对接收信号的相位与真实相位进行viterbi距离计算-viterbi algorithm testing procedures, the phase of the received signal phase with the real distance calculated for viterbi
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3.03kb
    • 提供者:ji
  1. viterbi

    0下载:
  2. 维特比算法,用于对卷积码进行解码,算法最小化汉明距离而不是似然函数-Viterbi algorithm. The Viterbi decoder for convolutional codes.This algorithm minimizes the metric rather than maximizingthe likelihood.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:李银银
  1. Viterbi

    0下载:
  2. 经典viterbi算法实现,带一个demo。-realizing the classic viterbi algorithm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.7kb
    • 提供者:hejinxin
  1. viterbi-algorithm

    0下载:
  2. 用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
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.59kb
    • 提供者:大习
  1. Viterbi-algorithm

    0下载:
  2. 维特比算法(Viterbi  algorithm)是一种动态规划算法,可用于无线信道的检测。-Viterbi algorithm (Viterbi algorithm) is a dynamic programming algorithm can be used to detect the wireless channel.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.65kb
    • 提供者:奕煌
  1. viterbi-master.old

    0下载:
  2. old version of viterbi algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:12kb
    • 提供者:iHadi
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com