代码搜索:convolutional
找到约 698 项符合「convolutional」的源代码
代码结果 698
www.eeworm.com/read/259428/11794786
c convolutional_codes_viterbi_decoding.c
/* viterbi.cpp jdg 2005/04/20
一个(k,n,K)的卷积码的维特比译码算法
*/
#define k 1 //一次输入序列的长度
#define n 3 //一次输出序列的长度
#define K 3 //约束长度
#define DECODER_STATES 4 //状态数2^(K-1)*k
#define BRANCH_NUM 2 //从一个状态延
www.eeworm.com/read/447347/7554254
pdf chap 09 introduction to convolutional codes.pdf
www.eeworm.com/read/416320/11033368
htm the art of error correcting coding convolutional codes.htm
The Art of Error Correcting Codin
www.eeworm.com/read/450823/7476410
pdf a new architecture for low power analogue convolutional decoders.pdf
www.eeworm.com/read/271744/10982552
m bercurve_cv_soft2.m
% Computes BER v EbNo curve for convolutional encoding / soft decision
% Viterbi decoding scheme assuming BPSK
% Brute force Monte Carlo approach is unsatisfactory (takes too long)
% to find the
www.eeworm.com/read/461382/7228206
m convencode.m
% ConvEncode encodes a NSC or RSC convolutional code with a tail.
%
% The calling syntax is:
% [output] = ConvEncode(input, g_encoder, [code_type] )
%
% output = code word
%
% Requi
www.eeworm.com/read/461382/7228215
m viterbidecode.m
% ViterbiDecode performs soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm
%
% The calling syntax is:
% [output_u] = ViterbiDecode( input_c, g_encoder, [code_type
www.eeworm.com/read/258131/11882775
m viterbidecode.m
% ViterbiDecode performs soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm
%
% The calling syntax is:
% [output_u] = ViterbiDecode( input_c, g_encoder, [code_type
www.eeworm.com/read/223481/14639204
m viterbidecode.m
% ViterbiDecode performs soft-in/hard-out decoding for a convolutional code using the Viterbi algorithm
%
% The calling syntax is:
% [output_u] = ViterbiDecode( input_c, g_encoder, [code_type