代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/332081/12781332
txt cdma业务信道卷积编码实现.txt
CDMA业务信道卷积编码实现
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 该函数根据上下行信道区分生成不同码率的卷积码序列 %
% original_seq
www.eeworm.com/read/422518/10632474
m convolution_encoder.m
Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
>>
cla;
> Generate the trellis of convolutional(2,1,6)
codeRate = 1/2; constlen = 7; codegen = [171 133];
trellis = poly2trelli
www.eeworm.com/read/246359/12734888
m conv_vit_qam.m
%% Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
%%
cla;
% Generate the trellis of convolutional(2,1,6)
codeRate = 1/2; constlen = 7; codegen = [171 133];
trellis = poly2trellis
www.eeworm.com/read/246353/12734979
m conv_vit_qam.m
%% Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
%%
cla;
% Generate the trellis of convolutional(2,1,6)
codeRate = 1/2; constlen = 7; codegen = [171 133];
trellis = poly2trellis
www.eeworm.com/read/274320/10876355
m ccber.m
%---------------------------------------------------------------------------
% Simulated performance of convolutional codes of various constraint
% lengths
% (To speed up simulation decrease NoBlks
www.eeworm.com/read/226667/14455741
m ccber.m
%---------------------------------------------------------------------------
% Simulated performance of convolutional codes of various constraint
% lengths
% (To speed up simulation decrease NoBlks
www.eeworm.com/read/427507/8939105
m convolution encoder.m
/* CONVOLUTIONAL ENCODER */
/* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */
/* All rights reserved
www.eeworm.com/read/354942/10311260
cpp cnv_encd.cpp
/* CONVOLUTIONAL ENCODER */
/* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */
/* All rights reserved
www.eeworm.com/read/406551/11439940
m viterbidec.m
%Hard Decision Viterbi Decoder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Function gets an encoded message 'rcvd(encoded by a convolutional encoder)
%as argum
www.eeworm.com/read/378075/9252408
asm viterbi_dec.asm
;****************************************************************
; Function: viterbi decoder
; Version: 1.00
; Processor: C54xx
; Description: Implements the GSM convolutional decoder
;