代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/384201/8891064
v encoder8_3.v
module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h);
output none_on;
output[2:0] outcode;
input a,b,c,d,e,f,g,h;
reg[3:0] outtemp;
assign {none_on,outcode}=outtemp;
always @(a or b or c or d or
www.eeworm.com/read/383822/8915477
v encoder8_3.v
module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h);
output none_on;
output[2:0] outcode;
input a,b,c,d,e,f,g,h;
reg[3:0] outtemp;
assign {none_on,outcode}=outtemp;
always @(a or b or c or d or
www.eeworm.com/read/186394/8935079
m conv_encoder_2.m
%%采用约束长度为9、编码速率为1/2的卷积编码
function coded_bits=conv_encoder_2(inf_bits)
global ofdm_para;
codegenerator=[1 0 1 1 1 0 0 0 1;1 1 1 1 0 1 0 1 1]; %得到生成多项式
rows_num=size(codegen
www.eeworm.com/read/186394/8935087
m conv_encoder_3.m
%%采用约束长度为9、编码速率为1/3的卷积编码
function coded_bits=conv_encoder_3(inf_bits)
global ofdm_para;
codegenerator=[1 0 1 1 0 1 1 1 1;1 1 0 1 1 0 0 1 1;1 1 1 0 0 1 0 0 1]; %得到生成多项式
rows_num=si
www.eeworm.com/read/427148/8973000
cfg encoder_yuv422.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/9018322
cfg encoder_yuv422.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/426483/9018366
cfg encoder_yuv444.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/426483/9018383
cfg encoder_highquality_hd.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/184390/9107266
exe g722encoder.exe
www.eeworm.com/read/184390/9107270