代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/415036/11085956
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write them to stdou
www.eeworm.com/read/268860/11117709
m encode.m
function cC=encode(C)
%初始变量
zeroseq=0;
zerocount=0;
j=1;
compC=[];
for m=1:length(C)
if (C(m)==0)&(zeroseq==0)
compC=[compC C(m)];
j=j+1;
zeroseq=1;
ze
www.eeworm.com/read/414287/11122270
m encode.m
function [encoded,received]=encode(G,n,information_bits1)
encoded1=information_bits1*G; % calculating the encoded bits by multiplying message with the G Matrix
for i=1:n;
www.eeworm.com/read/267787/11162621
cpp encode.cpp
//**Turbo码译码,Log-MAP算法**//
//**假设是AWGN信道上的BPSK传输,信噪比Eb/N0=1dB,Lc=4Eb/N0**//
#include
#include
#include
#define SIZE 9
#define L 3
#define Lc 40
#define Es 1
#defin
www.eeworm.com/read/267787/11162623
dsw encode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/267787/11162624
opt encode.opt
www.eeworm.com/read/267787/11162625
ncb encode.ncb
www.eeworm.com/read/267787/11162627
plg encode.plg
Build Log
--------------------Configuration: encode - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lulu\L