代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/354135/10386807
c viterbi27.c
/* Convolutional encoder and Viterbi decoder for K=7 rate=1/2 code
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#include "v
www.eeworm.com/read/354135/10386809
c encode27.c
/* Encode standard input in the r=1/2 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/354135/10386831
c encode37.c
/* Encode standard input in the r=1/3 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/354135/10386874
s sse2bfly27.s
/* Intel SIMD (SSE2) implementations of Viterbi ACS butterflies
for 64-state (k=7) convolutional code
Copyright 2001 Phil Karn, KA9Q
This code may be used under the terms of the GNU Public
www.eeworm.com/read/160823/10495060
c viterbi37.c
/* Convolutional encoder and Viterbi decoder for K=7 rate=1/3 code
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#include "v
www.eeworm.com/read/160823/10495062
c viterbi27.c
/* Convolutional encoder and Viterbi decoder for K=7 rate=1/2 code
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#include "v
www.eeworm.com/read/160823/10495068
c encode27.c
/* Encode standard input in the r=1/2 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/160823/10495086
c encode37.c
/* Encode standard input in the r=1/3 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/424063/10499216
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/423536/10552854
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