代码搜索:convolutional

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

代码结果 698
www.eeworm.com/read/416320/11033383

m awgn_conv_r13_k3.m

% Name: AWGN_conv_R13_K3.m % Date: November 21, 2007 % Description: % Simulation of rate-1/3 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/416320/11033386

m bound_awgn_r12_k3.m

% Name: bound_AWGN_conv_R12_K3.m % Date: October 19, 2005 % Description: % Bound for a binary K=3 rate-1/2 convolutional code with ML decoding. % Binary modulation over an AWGN channel. % % Copy
www.eeworm.com/read/416320/11033401

m awgn_conv_r12_k2.m

% Name: AWGN_conv_R12_K2.m % Date: November 19, 2007 % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468365/6989171

m awgn_conv_r13_k3.m

% Name: AWGN_conv_R13_K3.m % Date: November 21, 2007 % Description: % Simulation of rate-1/3 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468365/6989172

m bound_awgn_r12_k3.m

% Name: bound_AWGN_conv_R12_K3.m % Date: October 19, 2005 % Description: % Bound for a binary K=3 rate-1/2 convolutional code with ML decoding. % Binary modulation over an AWGN channel. % % Copy
www.eeworm.com/read/468365/6989173

m awgn_conv_r12_k2.m

% Name: AWGN_conv_R12_K2.m % Date: November 19, 2007 % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468370/6989276

m awgn_conv_r13_k3.m

% Name: AWGN_conv_R13_K3.m % Date: November 21, 2007 % Description: % Simulation of rate-1/3 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/468370/6989277

m bound_awgn_r12_k3.m

% Name: bound_AWGN_conv_R12_K3.m % Date: October 19, 2005 % Description: % Bound for a binary K=3 rate-1/2 convolutional code with ML decoding. % Binary modulation over an AWGN channel. % % Copy
www.eeworm.com/read/468370/6989280

m awgn_conv_r12_k2.m

% Name: AWGN_conv_R12_K2.m % Date: November 19, 2007 % Description: % Simulation of rate-1/2 convolutional coding over an AWGN channel. % % Copyright (c) 2007. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/461382/7228205

m sisodecode.m

% SisoDecode performs soft-in/soft-out decodeing of a convolutional code. % % The calling syntax is: % [output_u, output_c] = SisoDecode(input_u, input_c, g_encoder, [code_type], [dec_type] )