代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/185237/9048675

h txrx.h

/* Proceed channel encoding and modulation: * SourceCode[] is the source coded data, SrcVector symbols in length; * FinalData[] is the output data; */ WordType Transmit(short SourceCode[], floa
www.eeworm.com/read/165451/10062064

m bin2dec.m

function dec=bin2dec(bin) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ENCODE: Ruturn the decimal number corresponding % binary number % % Fist Coded 20 May 1997 %
www.eeworm.com/read/165451/10062067

m dec2bi.m

function bin=dec2bi(dec) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ENCODE: Ruturn the binary number corresponding % decimal number % % Fist Coded 3 June 1998 %
www.eeworm.com/read/165451/10062085

m entspa.m

function h=entspa(X,lns) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Calculate entropy of CA configuration % % % Fist Coded 3 June 1998 % Last Modefied 3 June 1998 % %
www.eeworm.com/read/165451/10062094

m distot.m

function distot(code,lnei) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % DISTOT % Display totalistic rule code % This function-M file is called by RGEN*** % % Fist Coded 19 August
www.eeworm.com/read/161772/10377033

c coder.c

/* Program: Coder.c * Usage: Coder [filename] [action] * where filename = filename for/with coded data * where action = D for decode anything else for *
www.eeworm.com/read/160626/10513297

m revsymqam16.m

function outlev=revsymQAM16(synconst) %------------------------------------------------ %this function takes in a symbol from the % 16 possible symbols in a 16 QAM Gray coded % constellation and o
www.eeworm.com/read/461382/7228313

m dvbrcsscenarios.m

% File DVBRCSScenarios % % This is a set of scenarios for the Coded Modulation Library. % % The simulations specified in this file are for the convolutional % turbo code used by the DVB-RCS stand
www.eeworm.com/read/461382/7228318

m blockcodescenarios.m

% File BlockcodeScenarios % % This is a set of scenarios for the Coded Modulation Library. % % The simulations specified in this file are for cyclic block codes, % with APP decoding. % % Last u
www.eeworm.com/read/461382/7228327

m convolutionalscenarios.m

% File ConvolutionalScenarios % % This is a set of scenarios for the Coded Modulation Library. % % The simulations specified in this file are for convolutional codes. % % Last updated on Oct. 12