代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/480818/6662208
pl genviterbi.pl
# Perl script to generate C code for an encoder and
# a Viterbi decoder for any specified rate 1/N, constraint length k
www.eeworm.com/read/294145/3919547
readme
ldpc_2fold_general
==================
LDPC codes are Low Density Parity Check codes used in favor of
convolutional codes. Usually they are calculated on a SISO channel.
This module tries to enhance
www.eeworm.com/read/294145/3919580
readme
ldpc_2fold
==========
LDPC codes are Low Density Parity Check codes used in favor of
convolutional codes. Usually they are calculated on a SISO channel.
This module tries to enhance the case for a
www.eeworm.com/read/291165/3969468
readme
ldpc_2fold_general
==================
LDPC codes are Low Density Parity Check codes used in favor of
convolutional codes. Usually they are calculated on a SISO channel.
This module tries to enhance
www.eeworm.com/read/291165/3969501
readme
ldpc_2fold
==========
LDPC codes are Low Density Parity Check codes used in favor of
convolutional codes. Usually they are calculated on a SISO channel.
This module tries to enhance the case for a
www.eeworm.com/read/292248/8365633
m trellis_encoder.m
function [trel_output, currentState]=trellis_encoder(info_bits, trellis, currentState, type);
%trellis_encoder implements the trellis codes specified in
%trellis.
%General enough for convolutional
www.eeworm.com/read/373970/9426486
c hard_decodemex2.c
/* Convolutional Decoder
pass in generating polynomials g m-by-3 (m=1 to 7)
outputs decoded bitstream
written by Joe Williams - Southern Methodist University as ugrad,
now Stanford grad st
www.eeworm.com/read/373970/9426489
c encode_blockmex.c
/* Convolutional Encoder
pass in generating polynomials g m-by-3 (m=1 to 7)
outputs encoded bitstream
written by Joe Williams - Southern Methodist University as ugrad,
now Stanford grad st
www.eeworm.com/read/177349/9458424
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global SimulationConstants;
number_rows = size(SimulationConstants.ConvCodeGenPoly, 1);
number_
www.eeworm.com/read/175304/9553082
asv mlsd.asv
function pb=mlsd(rho_in_dB,itera,dfhtrel,trel,K,formerstate1)
% this function simulates the viterbi hard dicision demodulation
% of the DFH system with convolutional code
% information source
r