代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/196122/8114064
m sphit_main_encode.m
% Code started 30th Oct 2003, Ex taken from J.M.Shapiro's paper on EZW
% This code is not intented to be optimized, just to make things work
% and to understand the principles of SPHIT
% Reference
www.eeworm.com/read/332938/12716015
pas nm64encode.pas
{
// Version:5.6.3 Build:1091 Date:1/31/00 //
///////////////////////////////////////////////////////////////////////////////
//
www.eeworm.com/read/145284/12738829
v viterbi_encode9.v
/******************************************************/
module viterbi_encode9(X,Y,Clock,Reset);
/******************************************************/
input X, Clock, Reset;
output [1:0]
www.eeworm.com/read/245506/12797178
m m06_encode.m
n=31; %码常
k=26; %信元长度
num_of_row=200;
msg=randint(k*num_of_row,1,2); %信号码元
code =encode(msg,n,k,'hamming'); %Hamming编码
msg = decode(code, n, k, 'hamming'); %Hamming解码
noise=ran
www.eeworm.com/read/244541/12857323
m sphit_main_encode.m
% Code started 30th Oct 2003, Ex taken from J.M.Shapiro's paper on EZW
% This code is not intented to be optimized, just to make things work
% and to understand the principles of SPHIT
% Reference
www.eeworm.com/read/244538/12857397
m ezw_encode_128.m
clear,clc
load indices
format long
% Prepare for RASTER scan [Sha93]
xm=mapping_128;
xm=xm(:);
load lena.mat
%load kitten.mat
%x=kitten;
%subplot 121
%imshow(mat2gray(mat)),title(' ORIGINAL
www.eeworm.com/read/244247/12876936
m ldpc_linetime_encode.m
function y=ldpc_linetime_encode(x,H,inv_phi1,g);
%WITH THE PARAMETER PROCEDUARE WE CAN GET H,inv_phi1,GAP;
%H IS PARITY CHECK MATRIX,g IS GAP BETWEEN H AND REAL DOWNDIAGNAL
%MATRIX DISTANCE,INV_PH
www.eeworm.com/read/244236/12877056
m ldpc_linetime_encode.m
function y=ldpc_linetime_encode(x,H,inv_phi1,g);
%WITH THE PARAMETER PROCEDUARE WE CAN GET H,inv_phi1,GAP;
%H IS PARITY CHECK MATRIX,g IS GAP BETWEEN H AND REAL DOWNDIAGNAL
%MATRIX DISTANCE,INV_PH
www.eeworm.com/read/243811/12915802
gif encode.doc.anc.gif
www.eeworm.com/read/243267/12952128
c amoimess_mms_encode.c
/*
编码
Amoi_MmsEncode(MMS_STRUCTION *messmms); //编码接口,messmms为当前彩信结构体,
由外部定义、申请以及释放空间,该函数返回彩信编码后的数组。其中,这个存储数组空间由内部
申请,但用完后需外部进行释放或置NULL。
zhusj_2007.4(start)
*/
/*****