代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/188533/8530532
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/382388/9032489
c viterbi.c
/* Viterbi decoder for arbitrary convolutional code
* viterbi27 and viterbi37 for the r=1/2 and r=1/3 K=7 codes are faster
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the GNU
www.eeworm.com/read/379331/9200455
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/180505/9304075
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/176189/9512846
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/174810/9573445
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/169277/9870612
c viterbi.c
/* Viterbi decoder for arbitrary convolutional code
* viterbi27 and viterbi37 for the r=1/2 and r=1/3 K=7 codes are faster
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the G
www.eeworm.com/read/360262/10105326
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/354151/10381989
c viterbi.c
/* Viterbi decoder for arbitrary convolutional code
* viterbi27 and viterbi37 for the r=1/2 and r=1/3 K=7 codes are faster
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the G
www.eeworm.com/read/354135/10386835
c viterbi.c
/* Viterbi decoder for arbitrary convolutional code
* viterbi27 and viterbi37 for the r=1/2 and r=1/3 K=7 codes are faster
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the G