代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/428158/8889415

m viterbi.m

function [coded] = viterbi(msg,template,Tx); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %
www.eeworm.com/read/359810/10124004

m r_mod_cod_intlv.m

% Deinterleaving,decoding and demod received signal % By Yuanye Wang % CTIF,AAU % yywang@kom.aau.dk function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/271693/10983824

m r_mod_cod_intlv.m

% Deinterleaving,decoding and demod received signal % By Yuanye Wang % CTIF,AAU % yywang@kom.aau.dk function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/299239/7871156

c g722maf.c

#include #include "rtdspc.h" /* Main program for g722 encode and decode demo for 210X0 floating point version */ extern int encode(float,float); extern void decode(int);
www.eeworm.com/read/142437/12944952

authors

xmms-mp4 plugin for xmms-1.2.x re-coded by ciberfred from scratch
www.eeworm.com/read/304833/13785178

cod_

cod,cas coda,n.[音]结尾,符尾 codan,n.载频控制干扰抑制器 code,n.法典;法律v.译为电码 coded,编码 coder,n.编码器 codeset,代码集 codification,n.法典编纂 codify,v.编成法典;编纂 coding,n.译码 codistor,n.静噪稳压器
www.eeworm.com/read/250225/12423314

m r_mod_cod_intlv.m

% Deinterleaving,decoding and demod received signal % By Yuanye Wang % CTIF,AAU % yywang@kom.aau.dk function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/129115/14265913

input-real

Maximum generation number (100) Population size (usually 10*number of variables) 0 Number of real-coded variables (n) Next n entries with lower and upper bounds of each variable (0.0 10.0) Are these b
www.eeworm.com/read/129115/14265919

input-binary

Maximum generation number (100) Population size (usually 10*number of variables) Number of binary-coded variables (n) 0 Next n entries with string length, lower and upper bounds (15 0.0 10.0) If nichi
www.eeworm.com/read/214554/15096273

m test_qammod_gray.m

M = 16; x = [0:M-1]; y = qammod(x,M,[],'gray'); % Plot the Gray-coded constellation. scatterplot(y,1,0,'b.'); % Dots for points. % Include text annotations that number the points in binary. ho