代码搜索:inter
找到约 5,354 项符合「inter」的源代码
代码结果 5,354
www.eeworm.com/read/201599/15401079
cfg encoder.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/201599/15401080
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/201599/15401089
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/201599/15401091
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/201594/15401272
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/201594/15401282
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/201594/15401285
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/380707/9134383
asv main.asv
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function [p1,p2]=main(snr_in_dB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=60;%桢个数
input=round(rand(1,N*102));%信
www.eeworm.com/read/380707/9134407
m main.m
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function [p1,p2]=main(snr_in_dB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=220;%桢个数
input=round(rand(1,N*102));%
www.eeworm.com/read/380707/9134457
m main.m
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function p2=main(snr_in_dB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=660;%桢个数
input=round(rand(1,N*102));%信息序列