代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/205378/15317069
s musicout.s
; Module: musicout - MPEG-I audio decoding main routine
;
; Initial version: R. Huang 2/19/97
; Jinshi Huang 12/1/98 for LS388/LS500
; Call : r26 ; set up return address for called subrouti
www.eeworm.com/read/438698/1823495
m l1decode_pd.m
% l1decode_pd.m
%
% Decoding via linear programming.
% Solve
% min_x ||b-Ax||_1 .
%
% Recast as the linear program
% min_{x,u} sum(u) s.t. -Ax - u + y
www.eeworm.com/read/101167/15842833
c 7219_1.c
// 7219_1.C,
//
// Illustrates the use of a MAX7219 8-digit LED driver to control four
// common cathode 7-segment LEDs.
//
// Sets up MAX7219 for code B decoding (4-bit), blanks all digits and d
www.eeworm.com/read/177211/9465074
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(f,H,qq)
% decoding of LDPC over GFqq, qq = 2,4,8,16,32,64,128 and 256
% as in Comm. Letters by Davey&MacKay June 1998 with e few modifications.
% For nota
www.eeworm.com/read/371082/9569148
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(f,H,qq)
% decoding of LDPC over GFqq, qq = 2,4,8,16,32,64,128 and 256
% as in Comm. Letters by Davey&MacKay June 1998 with e few modifications.
% For nota
www.eeworm.com/read/166473/10018929
m disptrell.m
function disptrell(lt_data,lt_state,data_est,state_est,varargin)
%DISPTRELL Display decoding process in graphical form.
% DISPTRELL(LT_DATA,LT_STATE,DATA_EST,STATE_EST) displays most
% probable p
www.eeworm.com/read/424063/10502736
m decode.m
function [msg, err, ccode, cerr] = decode(code, n, k, method, opt1, opt2, opt3, opt4)
%DECODE Error-control code decoding computation.
% MSG = DECODE(CODE, N, K) decodes binary codeword in COD
www.eeworm.com/read/298568/7950847
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(f,H,qq)
% decoding of LDPC over GFqq, qq = 2,4,8,16,32,64,128 and 256
% as in Comm. Letters by Davey&MacKay June 1998 with e few modifications.
% For nota
www.eeworm.com/read/319794/13442786
m hmmdecode1.m
function [block,LL,LL_best]=hmmdecode1(x,x_sq,hmm);
% [block,LL,LL_best]=hmmdecode1(x,x_sq,hmm)
%
% Viterbi and single-state decoding for MixModel1d and vbICA.
%
%
% -----------
% Input
% ----
www.eeworm.com/read/313956/13578317
m decode.m
function [msg, err, ccode, cerr] = decode(code, n, k, method, opt1, opt2, opt3, opt4)
%DECODE Error-control code decoding computation.
% MSG = DECODE(CODE, N, K) decodes binary codeword in COD