代码搜索:systematic

找到约 281 项符合「systematic」的源代码

代码结果 281
www.eeworm.com/read/173695/9641485

vhd abpermut_e.vhd

---------------------------------------------------------------------- ---- ---- ---- abPermut_e.vhd
www.eeworm.com/read/461382/7228233

m bitdecollection.m

function [systematic_t, parity_1_t, parity_2_t] = BitDecollection( x, N_row, s, N_TTI, N_IR ); % BitDecollection reverses the bit collection operation (used in HSDPA decoder) % % The calling syntax
www.eeworm.com/read/258131/11882815

m bitdecollection.m

function [systematic_t, parity_1_t, parity_2_t] = BitDecollection( x, N_row, s, N_TTI, N_IR ); % BitDecollection reverses the bit collection operation (used in HSDPA decoder) % % The calling syntax
www.eeworm.com/read/223481/14639236

m bitdecollection.m

function [systematic_t, parity_1_t, parity_2_t] = BitDecollection( x, N_row, s, N_TTI, N_IR ); % BitDecollection reverses the bit collection operation (used in HSDPA decoder) % % The calling syntax
www.eeworm.com/read/294242/8245046

cpp encoding.cpp

/********************************************************************************* * The encoder in this file is based on: * * T. Richardson and R.Urbanke, "Efficient encoding of low-density par
www.eeworm.com/read/391537/8397692

m graydecoding.m

function y = GrayDecoding(x,Nbits); % y = GrayDecoding(x,Nbits); % % returns the systematic Gray code of the Nbit number x. % S Weiss, 10/10/2000 % x in [0; 2^Nbits-1] y = 0; dummy = 0; for i = N
www.eeworm.com/read/391537/8397699

m graycoding.m

function y = GrayCoding(x,Nbits); % y = GrayCoding(x,Nbits); % % reverses the systematic Gray code of the Nbit number x. % S Weiss, 10/10/2000 % x in [0; 2^Nbits-1] y = 0; dummy = 0; for i = Nbit
www.eeworm.com/read/391537/8397707

m graydecoding2.m

function y = GrayDecoding(x,Nbits); % y = GrayDecoding(x,Nbits); % % returns the systematic Gray code of the Nbit number x. % S Weiss, 10/10/2000 % x in [0; 2^Nbits-1] y = 0; dummy = 0; for i = N
www.eeworm.com/read/254717/12122751

m graydecoding.m

function y = GrayDecoding(x,Nbits); % y = GrayDecoding(x,Nbits); % % returns the systematic Gray code of the Nbit number x. % S Weiss, 10/10/2000 % x in [0; 2^Nbits-1] y = 0; dummy = 0; for i = N
www.eeworm.com/read/254717/12122756

m graycoding.m

function y = GrayCoding(x,Nbits); % y = GrayCoding(x,Nbits); % % reverses the systematic Gray code of the Nbit number x. % S Weiss, 10/10/2000 % x in [0; 2^Nbits-1] y = 0; dummy = 0; for i = Nbit