代码搜索:Encodes
找到约 341 项符合「Encodes」的源代码
代码结果 341
www.eeworm.com/read/461382/7228243
m turboencode.m
function codeword = TurboEncode( data, code_interleaver, pun_pattern, tail_pattern, g1, nsc_flag1, g2, nsc_flag2 )
% TurboEncode encodes a data sequence using a binary turbo encoder.
% If the data
www.eeworm.com/read/258131/11882838
m turboencode.m
function codeword = TurboEncode( data, code_interleaver, pun_pattern, tail_pattern, g1, nsc_flag1, g2, nsc_flag2 )
% TurboEncode encodes a data sequence using a binary turbo encoder.
% If the data
www.eeworm.com/read/295102/8187203
cpp g.723_24_encoder.cpp
/* g723_24_encoder()
* Encodes a linear PCM sample and returns its 3-bit code.
when you use the function you should include:
#include
#include //declare the function
www.eeworm.com/read/177211/9465060
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
% function [out] = ldpc_encode(in,H,q)
% encodes data from "in" using G over GFq
% q = 2,4,8,16,32,64,128 or 256
% Please, make sure that the data you use is v
www.eeworm.com/read/371082/9569138
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
% function [out] = ldpc_encode(in,H,q)
% encodes data from "in" using G over GFq
% q = 2,4,8,16,32,64,128 or 256
% Please, make sure that the data you use is v
www.eeworm.com/read/298568/7950831
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
% function [out] = ldpc_encode(in,H,q)
% encodes data from "in" using G over GFq
% q = 2,4,8,16,32,64,128 or 256
% Please, make sure that the data you use is v
www.eeworm.com/read/330173/12908211
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
% function [out] = ldpc_encode(in,H,q)
% encodes data from "in" using G over GFq
% q = 2,4,8,16,32,64,128 or 256
% Please, make sure that the data you use is v
www.eeworm.com/read/403922/11503395
html function.session-encode.html
Encodes the current session data as a string
www.eeworm.com/read/131832/14123130
m mat2huff.m
function y = mat2huff(x)
% MAT2HUFF Huffman encode a matrix.
% Y = MAT2HUFF(X) Huffman encodes matrix X using symbol
% probabilities in unit-width histogram bins between X's minimum
% and ma
www.eeworm.com/read/226406/14476187
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
% function [out] = ldpc_encode(in,H,q)
% encodes data from "in" using G over GFq
% q = 2,4,8,16,32,64,128 or 256
% Please, make sure that the data you use is v