代码搜索:Encodes
找到约 341 项符合「Encodes」的源代码
代码结果 341
www.eeworm.com/read/101557/15826862
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c
www.eeworm.com/read/101557/15827093
m rsencof.m
function rsencof(file_in, file_out, err_cor);
%RSENCOF Reed-solomon encode for an ASCII file.
% RSENCOF(FILE_IN, FILE_OUT) encodes an ASCII file FILE_IN using
% codeword length 127, mes
www.eeworm.com/read/492853/6410896
m rsc_encode.m
function y = rsc_encode(g, x, ending)
% y = rsc_encode(g, x, ending)
%
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
%
% Encodes a block of data x (0/1)with
www.eeworm.com/read/475543/6790909
m rsc_encode.m
function y = rsc_encode(g, x, ending)
% y = rsc_encode(g, x, ending)
%
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
%
% Encodes a block of data x (0/1)with
www.eeworm.com/read/422309/10643756
html qt4l_codecs.html
Quicktime for Linux
Codec information
The following concerns all the codecs built into the library.
DIVX
This encodes video in MPEG-4 using the OpenDivx codec.
www.eeworm.com/read/223481/14639243
m turboencode.m
function codeword = TurboEncode( data, code_interleaver, pun_pattern, tail_pattern, g1, nsc_flag1, g2, nsc_flag2 )
% TurboEncode encodes a data sequence. If the data length is an integer
% multiple
www.eeworm.com/read/420266/2069689
java base64.java
package com.lowagie.text.pdf.codec;
/**
* Encodes and decodes to and from Base64 notation.
* Homepage: http://iharder.net/base64.
*
*
*
www.eeworm.com/read/393863/2463392
java base64.java
package com.lowagie.text.pdf.codec;
/**
* Encodes and decodes to and from Base64 notation.
* Homepage: http://iharder.net/base64.
*
*
*
www.eeworm.com/read/379657/2671059
java base64.java
package com.lowagie.text.pdf.codec;
/**
* Encodes and decodes to and from Base64 notation.
* Homepage: http://iharder.net/base64.
*
*
*
www.eeworm.com/read/416865/11011319
m f_cc_encoder_tailbiting.m
function [output_bits] = f_cc_encoder_tailbiting(input_bits,encoder_rate_num)
% Encodes input_bits with a constraint length 7, rate 1/2, 2/3,
% 3/4, or 5/6 encoder as specified in section 8.4.9.2.