代码搜索:Convolutional

找到约 698 项符合「Convolutional」的源代码

代码结果 698
www.eeworm.com/read/480818/6662216

c vitfilt27.c

/* Viterbi decoder for K=7 rate=1/2 convolutional code * continuous traceback version * Copyright 1996 Phil Karn, KA9Q * * This version of the Viterbi decoder reads a continous stream of * 8
www.eeworm.com/read/480818/6662218

c vitfilt37.c

/* Viterbi decoder for K=7 rate=1/3 convolutional code * continuous traceback version * Copyright 1996 Phil Karn, KA9Q * * This version of the Viterbi decoder reads a continous stream of * 8
www.eeworm.com/read/258131/11882904

c viterbidecode.c

/* file: ViterbiDecode.c Description: Soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm The calling syntax is: [output_u] = ViterbiDecode( input_c, g_
www.eeworm.com/read/223481/14639314

c viterbidecode.c

/* file: ViterbiDecode.c Description: Soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm The calling syntax is: [output_u] = ViterbiDecode( input_c, g_
www.eeworm.com/read/430037/1942803

m pr9_25.m

%Problem 9.25;% %convolutional encoder; clear all; Go=[133;145;175]; %set matrix of generator polynomials (rows) in octal representation; n=size(Go,1); R=1/n; %number of symbols in the frame and
www.eeworm.com/read/147094/12587083

cpp pccc_logmap_bcjr.cpp

//Author NiuKai //Date February,22th 2003 //Function Serial Concatenated Convolutional Code Performance Test //The PCCC structure is that the outer code is (2,1,3) NSC code and the inner code is (
www.eeworm.com/read/386159/8762772

txt cc_ber.txt

Convolutional Code Bit Error Rate curves (BER) Note: These curves assume constraint length 7, rate 1/2 code. Plot theoretical upper bounds $ ConvCode_BER_Curves Run Simu
www.eeworm.com/read/175304/9552922

m outer_decode_u.m

function outer_out_u=outer_decode_u(outer_input,trellis,formerstate) % this function does the iterative MAP decode process of the % outer convolutional code to recover the information number_of_s
www.eeworm.com/read/274320/10876389

m setup_cc.m

% setup_cc.dll % This DLL sets up the transition table for a rate 1/2 convolutional code. % It must be called once before calling the decode_cc.dll. % % Calling format: % TransitionTable = set
www.eeworm.com/read/226667/14455787

m setup_cc.m

% setup_cc.dll % This DLL sets up the transition table for a rate 1/2 convolutional code. % It must be called once before calling the decode_cc.dll. % % Calling format: % TransitionTable = set