代码搜索:Systematic
找到约 281 项符合「Systematic」的源代码
代码结果 281
www.eeworm.com/read/432860/8567228
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/288989/8588261
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/429412/8809429
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/427380/8948902
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/186095/8960224
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/186095/8960235
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/178304/9408854
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv
www.eeworm.com/read/363231/9964589
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% set up the trellis given code generator g
% g given in binary matrix form. e.g. g = [ 1 1 1; 1 0 1 ];
% next_out(i,1:2): trellis
www.eeworm.com/read/164031/10135006
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
%
www.eeworm.com/read/161839/10366032
m trellis.m
function [next_out, next_state, last_out, last_state] = trellis(g)
% copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech
% for academic use only
% set up the trellis given code generator g
% g giv