代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/354151/10381984
c vitfilt37.c
/* Viterbi decoder for K=7 rate=1/3 convolutional code
* continuous traceback version
* Copyright 1996 Phil Karn, KA9Q
*
* This version of the Viterbi decoder reads a continous stream of
* 8
www.eeworm.com/read/354135/10386822
c vitfilt27.c
/* Viterbi decoder for K=7 rate=1/2 convolutional code
* continuous traceback version
* Copyright 1996 Phil Karn, KA9Q
*
* This version of the Viterbi decoder reads a continous stream of
* 8
www.eeworm.com/read/354135/10386827
c vitfilt37.c
/* Viterbi decoder for K=7 rate=1/3 convolutional code
* continuous traceback version
* Copyright 1996 Phil Karn, KA9Q
*
* This version of the Viterbi decoder reads a continous stream of
* 8
www.eeworm.com/read/160823/10495079
c vitfilt27.c
/* Viterbi decoder for K=7 rate=1/2 convolutional code
* continuous traceback version
* Copyright 1996 Phil Karn, KA9Q
*
* This version of the Viterbi decoder reads a continous stream of
* 8
www.eeworm.com/read/160823/10495082
c vitfilt37.c
/* Viterbi decoder for K=7 rate=1/3 convolutional code
* continuous traceback version
* Copyright 1996 Phil Karn, KA9Q
*
* This version of the Viterbi decoder reads a continous stream of
* 8
www.eeworm.com/read/461382/7228283
c viterbidecode.c
/* file: ViterbiDecode.c
Description: Soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm
The calling syntax is:
[output_u] = ViterbiDecode( input_c, g_
www.eeworm.com/read/313132/13596027
m cvsimhard.m
% simmulation of convolutional encoding / Viterbi decoding
clear
clc
codeselect=4;
switch codeselect
case 1
Gpoly=[5 7];
case 2
Gpoly=[6 2 6; 2 4 4];
case 3
www.eeworm.com/read/313132/13596028
m bercurve_cv_hard.m
% simulation of convolutional encoding / Viterbi decoding
% (c)2007 B. Gremont
clear
clc
codeselect=1;
switch codeselect
case 1
Gpoly=[27 31];
case 2
Gpoly=[6 2 6;
www.eeworm.com/read/304156/13799643
m cvsimhard.m
% simmulation of convolutional encoding / Viterbi decoding
clear
clc
codeselect=4;
switch codeselect
case 1
Gpoly=[5 7];
case 2
Gpoly=[6 2 6; 2 4 4];
case 3
www.eeworm.com/read/304156/13799644
m bercurve_cv_hard.m
% simulation of convolutional encoding / Viterbi decoding
% (c)2007 B. Gremont
clear
clc
codeselect=1;
switch codeselect
case 1
Gpoly=[27 31];
case 2
Gpoly=[6 2 6;