代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/480818/6662219
plg encode27.plg
Build Log
--------------------Configuration: encode27 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/480818/6662220
dsw encode27.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/480818/6662221
c encode37.c
/* Encode standard input in the r=1/3 K=7 standard convolutional code.
* Encoded output is big-endian, one byte per symbol, with 1 represented
* by 255 and 0 by 0
*/
#include
#incl
www.eeworm.com/read/480818/6662223
opt encode27.opt
www.eeworm.com/read/480818/6662225
ncb encode27.ncb
www.eeworm.com/read/477921/6726147
m pcm_a_encode.m
function [out]=pcm_a_encode(x)
%x encode to pcm alaw code
n=length(x);
%-4096=
www.eeworm.com/read/410087/11302377
m encode1.m
M=zeros(64,64);
rand('state',sum(100*clock));
for i=1:57;
for j=1:57;
M(i,j)=floor(rand(1)+0.5);
end;
end;
G=[ 1 0 0 0 0 1 1;
1 1 0