代码搜索:systematic

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

代码结果 281
www.eeworm.com/read/254717/12122768

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/129644/14234209

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/129644/14234213

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/129644/14234218

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/165343/7143963

m makgenfroma.m

function [G,success,A] = makegenfromA(A) % function [G,success,A] = makegenfromA(A) % given an MxN parity check matrix A (not necessarily systematic) % with N>M, compute a systematic generator matrix
www.eeworm.com/read/178871/9383086

m demultiplex.m

function subr = demultiplex(r, alpha, puncture); % At receiver end, serial to paralle demultiplex to get the code word of each % encoder % alpha: interleaver mapping % puncture = 0: use puncturing
www.eeworm.com/read/304833/13785775

sy_

sybaritic,adj.奢侈逸乐的;柔弱的 sycamore,n.小无花果树;枫树的一种 sycophant,n.马屁精 sycophantic,adj.拍马的,谄媚的 Sydney,n.悉尼(澳大利亚港市) syenite,n.黑花岗石;正长石 syenitic,adj.如黑花岗石般的 syllabary,n.字音表;音节表 syllabi,v.syllabus的复数形,
www.eeworm.com/read/324404/13264427

m demultiplex.m

function subr = demultiplex(r, alpha, puncture); % Copyright 1998, Yufei Wu % MPRG lab, Virginia Tech. % for academic use only % At receiver end, serial to paralle demultiplex to get the code wo