代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/386159/8762795
m convcode_ber_curves.m
function varargout = ConvCode_BER_Curves()
%ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
% h = ConvCode_BER_Curves plots an upper bound of the bit error rate
% (BER)
www.eeworm.com/read/386159/8762799
asv convcode_simulate.asv
function [CC_BER] = ConvCode_Simulate(SNRs, simLines)
% Run ConvCode_*.mdl to generate Monte Carlo simulation results for
% example convolutional coded systems
trellis = poly2trellis(7, [171 13
www.eeworm.com/read/385990/8772862
s ssebfly29.s
/* Intel SIMD SSE implementation of Viterbi ACS butterflies
for 256-state (k=9) convolutional code
Copyright 2004 Phil Karn, KA9Q
This code may be used under the terms of the GNU Lesser Gener
www.eeworm.com/read/385990/8772938
s mmxbfly27.s
/* Intel SIMD MMX implementation of Viterbi ACS butterflies
for 64-state (k=7) convolutional code
Copyright 2004 Phil Karn, KA9Q
This code may be used under the terms of the GNU Lesser Genera
www.eeworm.com/read/385990/8772960
s ssebfly27.s
/* Intel SIMD (SSE) implementation 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 Lesser Gene
www.eeworm.com/read/385990/8773010
s mmxbfly29.s
/* Intel SIMD MMX implementation of Viterbi ACS butterflies
for 256-state (k=9) convolutional code
Copyright 2004 Phil Karn, KA9Q
This code may be used under the terms of the GNU Lesser Gener
www.eeworm.com/read/175304/9552857
asv outer_decode_c.asv
function outer_out_c=outer_decode_c(outer_input,trellis,formerstate)
% this function does the iterative MAP decode process of the
% outer convolutional code
number_of_states=trellis.numStates;
n
www.eeworm.com/read/175304/9552871
m outer_decode_c.m
function outer_out_c=outer_decode_c(outer_input,trellis,formerstate)
% this function does the iterative MAP decode process of the
% outer convolutional code
number_of_states=trellis.numStates;
n
www.eeworm.com/read/169277/9870635
txt fano1.1.txt
Fano decoder v1.1
Copyright 1995 Phil Karn
This package includes an encoder and a soft-decision sequential
decoder for K=32, rate 1/2 convolutional codes. The decoder uses the
Fano algorithm.
www.eeworm.com/read/354145/10382818
s ssebfly29.s
/* Intel SIMD SSE implementation of Viterbi ACS butterflies
for 256-state (k=9) convolutional code
Copyright 2001 Phil Karn, KA9Q
This code may be used under the terms of the GNU Public Li