代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/165343/7143789

h convdec.h

// Convdec.h --- Convolutional decoding using the Viterbi algorithm // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educational/research onl
www.eeworm.com/read/165343/7143977

h binconvfir.h

// BinConvFir.h -- declarations for an (n,k) polynomial // binary convolutional coder // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educat
www.eeworm.com/read/165343/7144001

h binconviir.h

// BinConvIIR.h -- declarations for an (n,k) polynomial // binary convolutional coder // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educat
www.eeworm.com/read/451487/7462822

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/299955/7818708

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/324972/13235126

m conv_viterbi_simu.m

% simulate the process of convolutional encoding and viterbi decoding % using matlab functions clear all; clc; % coding parameters msg_len = 1494; L=7; % constraint length G=[133 165 17
www.eeworm.com/read/491039/6439377

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/342210/12035017

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/232441/14195167

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/430037/1942802

m pr9_26.m

%Problem 9.26; %finding free distance of convolutional codes; clear all; Go=[171;165;133]; %set matrix of generator polynomials in octal representation; n=size(Go,1); %number of symbols in the f