代码搜索:State Machine

找到约 10,000 项符合「State Machine」的源代码

代码结果 10,000
www.eeworm.com/read/268255/11148420

m bin_state.m

function bin_state = bin_state( int_state, m ) % Copyright Matt C. Valenti % MPRG lab, Virginia Tech % for academic use only % converts an vector of integer into a matrix; the i-th row is the binary
www.eeworm.com/read/268255/11148423

m int_state.m

function int_state = int_state( state ) % Copyright 1996 Matthew C. Valenti % MPRG lab, Virginia Tech. % for academic use only % converts a row vector of m bits into a integer (base 10) [dummy, m] =
www.eeworm.com/read/268219/11149314

m bin_state.m

function bin_state = bin_state( int_state, m ) % Copyright Matt C. Valenti % MPRG lab, Virginia Tech % for academic use only % converts an vector of integer into a matrix; the i-th row is the bi
www.eeworm.com/read/268219/11149318

m int_state.m

function int_state = int_state( state ) % Copyright 1996 Matthew C. Valenti % MPRG lab, Virginia Tech. % for academic use only % converts a row vector of m bits into a integer (base 10) [dumm
www.eeworm.com/read/268219/11149342

doc bin_state.doc

www.eeworm.com/read/268219/11149343

doc int_state.doc

www.eeworm.com/read/413553/11150882

vi error state.vi

www.eeworm.com/read/267747/11164925

gif state1.gif

www.eeworm.com/read/267747/11164931

gif state2.gif

www.eeworm.com/read/412537/11194143

m state_diag.m

h1 = rcosfir(0.5, 6, 8); h = [h1(1:40) zeros(1,17) h1(58:97)]; hold on; for i = 0:2^8-1 x=zeros(1,120); for j=0:14 x(1+8*j) = bitget(i,j+1); end y=filter(h,1,x); %