代码搜索:encode_bit
找到约 89 项符合「encode_bit」的源代码
代码结果 89
www.eeworm.com/read/268219/11149312
txt 查看顺序.txt
1 turbo_sys_demo.m
2 encoderm.m
3 res_encode.m
4 encode_bit.m
5 demultiplex.m
6 logmapo.m
7 trellis.m
8 bin_state.m
9 int_state.m
10 sova0.m
www.eeworm.com/read/178871/9383082
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. g = [ 1 1 1; 1 0 1 ];
[n,K] = size(g);
m = K - 1;
ma
www.eeworm.com/read/475366/6779036
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% This function takes as an input a single bit to be encoded,
% as well as the coeficients of the generator polynomials and
% the current
www.eeworm.com/read/475366/6779069
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% This function takes as an input a single bit to be encoded,
% as well as the coeficients of the generator polynomials and
% the current
www.eeworm.com/read/475347/6796737
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% This function takes as an input a single bit to be encoded,
% as well as the coeficients of the generator polynomials and
% the current
www.eeworm.com/read/363231/9964606
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% This function takes as an input a single bit to be encoded,
% as well as the coeficients of the generator polynomials and
% the current state
www.eeworm.com/read/492853/6410904
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
www.eeworm.com/read/475543/6790918
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
www.eeworm.com/read/427507/8939111
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
www.eeworm.com/read/164031/10135013
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