代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/427148/8973041
cfg encoder_baseline.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
#
# For bug reporting and known issues see:
# htt
www.eeworm.com/read/427148/8973055
cfg encoder_main.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
#
# For bug reporting and known issues see:
# htt
www.eeworm.com/read/426483/9018360
cfg encoder_extended.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/426483/9018374
cfg encoder_baseline.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/426483/9018389
cfg encoder_main.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/380755/9129714
m viterbi_encoder.m
function [y]=viterbi_encoder1(G,u)
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
c(1,:)=mod(conv(u,G(1,:)),2);
c(2,:)=mod(conv(u,G(2,:)),2);
K = size(G, 1);
L=length(u)+size(G,2)-1;
y = reshape(c,K*L,1);
www.eeworm.com/read/179989/9325425
m vblast_encoder.m
function [encoder_output,Padding_Bit_Length] = vblast_encoder(Tx_n, encoder_input)
% Tx_n : the Tx antenna number
% encoder_input :bit stream of 0, 1
% if the length of encoder_input is not multip
www.eeworm.com/read/375404/9361826
cfg encoder_extended.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/375404/9361831
cfg encoder_baseline.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/375404/9361839
cfg encoder_main.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################