代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/417673/10980757
dat encode3.dat
1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 -1 -1
-1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 -1
-1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1
-1 -1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1
-1 -1 -1
www.eeworm.com/read/417673/10980890
dat encode2.dat
1 -1 -1 -1 1 -1 -1 -1
-1 1 -1 -1 -1 1 -1 -1
-1 -1 1 -1 -1 -1 1 -1
-1 -1 -1 1 -1 -1 -1 1
www.eeworm.com/read/416725/11014498
m ldpc_encode.m
function [u,P,rearranged_cols]=ldpc_encode(s,H)
% 高斯消元
%设H=[A | B] ==========> [I | P]
% u=[c | s]
%∵ H*u' = u*H' = 0
%代入得:
% _ _
% | c' |
% [I | P]| | = 0
www.eeworm.com/read/416719/11016594
m ldpc_encode.m
function [u,P,rearranged_cols]=ldpc_encode(s,H)
% 高斯消元
%设H=[A | B] ==========> [I | P]
% u=[c | s]
%∵ H*u' = u*H' = 0
%代入得:
% _ _
% | c' |
% [I | P]| | = 0
www.eeworm.com/read/466564/7029087
m encode_tpc.m
clear;
[H2,G2,n1,k1]=hammgen(3);
U=[1 0 0 1; 1 0 1 0; 0 0 1 1; 0 1 0 1];
C=mod(U*G2,2);
[C_m,C_n]=size(C);
for i=1:C_m
C(i,C_n+1)=0;
end
for i=1:C_m
for j=1:C_n
C(i,C_
www.eeworm.com/read/300681/7088892
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/300681/7088901
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/105767/7109059
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/461262/7230863
m rsc_encode.m
function y = rsc_encode(g, x, end1)
%x为输入序列,g为卷积码的生成多项式,y为编码后输出
%endl尾比特处理标志,如end1>0,有m个尾比特,编码至x最后一个比特到达最后一个寄存器;如end1