代码搜索:Viterbi
找到约 2,262 项符合「Viterbi」的源代码
代码结果 2,262
www.eeworm.com/read/390439/8465574
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
% [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
% 其中G是一个n行L*k列矩阵,它的每一行决定了从移位寄存器到输
www.eeworm.com/read/433131/8543639
cpp viterbi.cpp
#include "viterbi216.h"
//-----以下为函数部分-----
//---------------------------------------------------------------------------
CViterbi_216::CViterbi_216()
{
Decode_States = 64; //状态数 2^m*k0
Bra
www.eeworm.com/read/432987/8556503
cpp viterbi.cpp
/*
** File:Viterbi.cpp
** 功能:给定HMM和观察序列,求最可能的状态
*/
#include "StdAfx.h"
#include
#include "hmm.h"
#include "nrutil.h"
#define VITHUGE 100000000000.0
/*******************************
www.eeworm.com/read/388143/8632802
txt viterbi.txt
/*
* 韦特比算法
* int *pInput 检测序列
* int iInputLen 序列长度
* int *pBestPath 结果最佳序列
* double **pRltMatrix 中间结果
*/
double CHmm::Viterbi(int *pInput, int iInputLen, int *pBestPath, double **pR
www.eeworm.com/read/431631/8664409
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/287843/8665216
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
%VITERBI The Viterbi decoder for convolutional codes
% [decoder_output,survivor_state,cumulated_metric]=viterbi
www.eeworm.com/read/430555/8738919
m viterbi.m
function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
% [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
% 其中G是一个n行L*k列矩阵,它的每一行决定了从移位寄存器到输
www.eeworm.com/read/286593/8757566
ncb viterbi.ncb
www.eeworm.com/read/286593/8757570
cpp viterbi.cpp
//****************************************************************
//(2,1,2)卷积码编码器与viterbi译码算法的实现
//该码的生成电路见课本P393,图10-9,G(D)=[1,1+D+D^2];
//********************************************************
www.eeworm.com/read/286593/8757575
dsw viterbi.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################