代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/169277/9870611
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/364762/9896557
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/363911/9931829
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/360262/10105396
m ui_read_options.m
function sim_options = ui_read_options
% packet lengths vector, in bits
pkt_length = eval(get(findobj('Tag', 'PktLen'),'String'))*8;
% convolutional code options
conv_code_rate = get(findobj('
www.eeworm.com/read/354151/10381968
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/354151/10381970
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/354151/10381972
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/354151/10381987
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/354145/10382795
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/354135/10386803
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