代码搜索:Encodes
找到约 341 项符合「Encodes」的源代码
代码结果 341
www.eeworm.com/read/424063/10502572
m convenco.m
function code = convenco(msg, tran_func);
% CONVENCO Encodes convolution code.
% CODE = CONVENCO(MSG, TRAN_FUNC) encodes the K-column message MSG to
% N-column code word CODE by using c
www.eeworm.com/read/313956/13578275
m convenco.m
function code = convenco(msg, tran_func);
% CONVENCO Encodes convolution code.
% CODE = CONVENCO(MSG, TRAN_FUNC) encodes the K-column message MSG to
% N-column code word CODE by using c
www.eeworm.com/read/147096/12585552
m convenco.m
function code = convenco(msg, tran_func);
% CONVENCO Encodes convolution code.
% CODE = CONVENCO(MSG, TRAN_FUNC) encodes the K-column message MSG to
% N-column code word CODE by using c
www.eeworm.com/read/101557/15827131
m convenco.m
function code = convenco(msg, tran_func);
% CONVENCO Encodes convolution code.
% CODE = CONVENCO(MSG, TRAN_FUNC) encodes the K-column message MSG to
% N-column code word CODE by using c
www.eeworm.com/read/424063/10502510
m bchenco.m
function code = bchenco(msg, n, k, pg);
%BCHENCO Encodes message signal using binary BCH code.
% CODE = BCHENCO(MSG, N, K) encodes the K-column message MSG to N-column
% codeword CODE b
www.eeworm.com/read/313956/13578262
m bchenco.m
function code = bchenco(msg, n, k, pg);
%BCHENCO Encodes message signal using binary BCH code.
% CODE = BCHENCO(MSG, N, K) encodes the K-column message MSG to N-column
% codeword CODE b
www.eeworm.com/read/147096/12585504
m bchenco.m
function code = bchenco(msg, n, k, pg);
%BCHENCO Encodes message signal using binary BCH code.
% CODE = BCHENCO(MSG, N, K) encodes the K-column message MSG to N-column
% codeword CODE b
www.eeworm.com/read/101557/15827118
m bchenco.m
function code = bchenco(msg, n, k, pg);
%BCHENCO Encodes message signal using binary BCH code.
% CODE = BCHENCO(MSG, N, K) encodes the K-column message MSG to N-column
% codeword CODE b
www.eeworm.com/read/229812/4752805
asm _svimage.asm
include ..\cwlib.inc
scode
;------------------------------------------------------------------------------
;
;Encodes and writes a bitmap in chosen format.
;
;Calling:
;
;SaveImageFile(fla
www.eeworm.com/read/176991/9477894
m mat2huff.m
function y = mat2huff(x)
%MAT2HUFF Huffman encodes a matrix.
% Y = MAT2HUFF(X) Huffman encodes matrix X using symbol
% probabilities in unit-width histogram bins between X's minimum
% and ma