代码搜索:convolutional
找到约 698 项符合「convolutional」的源代码
代码结果 698
www.eeworm.com/read/468370/6989283
m bound_awgn_r12_k2_ebno.m
% Name: bounds_AWGN_conv_R12_K2_EbNo.m
% Date: November 21, 2007
% Description:
% Bounds for binary K=3 rate-1/2 convolutional codes with ML decoding with
% binary modulation over an AWGN channel.
www.eeworm.com/read/399472/7127331
m viterbi_soft.m
function [decoder_out,survivor_state,cumulated_metric]=viterbi_soft(G,k,decoder_in)
% VITERBI The Viterbi decoder for convolutional codes
% [decoder_out,survivor_state,cumulated_metric]=viterbi(G,k,
www.eeworm.com/read/461152/7232514
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/460676/7243515
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/448021/7541758
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/397375/8053735
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/296160/8119236
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/246758/12706138
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/145046/12755138
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/331529/12822433
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