代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/258442/11863593
cfg encoder_tonemapping.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/258442/11863603
cfg encoder_extended.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/258442/11863607
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/258442/11863624
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/154929/11918264
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0
error('Size of G a
www.eeworm.com/read/154929/11918315
m viterbi_encoder.m
%viterbi编码
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0 % rem 使取余的意
www.eeworm.com/read/154929/11918360
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0
error('Size of G a
www.eeworm.com/read/154929/11918406
m viterbi_encoder.m
function [channel_input]=viterbi_encoder(G,k,coder_input)
%k for input number
channel_input=[];
%n for output number
n=size(G,1);
G_2=size(G,2);
if rem(size(G,2),k)~=0
error('Size of G a
www.eeworm.com/read/342910/11991736
h encoder_context.h
// -------------------------------------------------------------------
// ?2005 Stream Processors, Inc. All rights reserved. This Software
// is the property of Stream Processors, Inc. (SPI) and is
www.eeworm.com/read/342910/11991738
h encoder_tables.h
// -------------------------------------------------------------------
//