代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/235848/14049433
c coder_sh_o1sb.c
//#define PACK_SIGNS_AND_RESIDUALS
/** helps compression 0.02 bpp, doesn't affect speed much ;
turning this off does amortize the damage for small flush_quanta **/
//#define LOG
//#define DE
www.eeworm.com/read/102077/15793412
c coder_sh_o1sb.c
//#define PACK_SIGNS_AND_RESIDUALS
/** helps compression 0.02 bpp, doesn't affect speed much ;
turning this off does amortize the damage for small flush_quanta **/
//#define LOG
//#define DE
www.eeworm.com/read/186394/8935084
m conv_encoder.m
%%可以选择编码速率为1/2或者1/3的卷积编码
function coded_bits=conv_encoder(inf_bits)
global ofdm_para;
code_rate=ofdm_para.Conv_code_rate; %可在全局变量选择编码速率
if code_rate==1/2
www.eeworm.com/read/167185/5464392
testfile
#!/bin/sh
#
# This material contains proprietary software of Entropic Speech, Inc.
# Any reproduction, distribution, or publication without the prior
# written permission of Entropic Speech,
www.eeworm.com/read/292248/8365607
m single_ofdm_packet.m
function [packet_rf_data, info_bits, coded_bits, symbols, packet_baseband_data]=single_ofdm_packet(sim, ofdm_sim);
%Generate wave for signel packet.
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/191936/8415406
c decode_mpeg.c
/* Ogle - A video player
* Copyright (C) 2001, 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/390716/8450389
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/188533/8530532
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/379331/9200455
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/180505/9304075
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co