代码搜索:Systematic
找到约 281 项符合「Systematic」的源代码
代码结果 281
www.eeworm.com/read/126471/14422339
c rs255253.c
/*
Single error correcting (255,253) systematic Reed Solomon Code (over GF(256))
Encodes 253 bytes of data to the block of 255 bytes.
This perfect code can correct one byte error per block,
but ca
www.eeworm.com/read/216597/15002273
m inclinationerr.m
function inclinationerr;
% evaluation of random error and systematic error including Inclination
% two point and Inclination three point method
NN=[10,20,30,50,75,100,150,200,300,400, 500,600,700
www.eeworm.com/read/474097/1395546
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/268219/11149311
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convol
www.eeworm.com/read/423264/10575303
m cyclic.m
%%non systematic cyclic coder %%
clc;
clear;
%ENCODER SECTION
n=input('enter the value of n ');
k=input('enter the value of k ');
q=n-k;
z=0;
fprintf('\nthe degree of polynomial is %d',n-1);
www.eeworm.com/read/423264/10575342
asv cyclic.asv
%%non systematic cyclic coder %%
clc;
clear;
%ENCODER SECTION
n=input('enter the value of n ');
k=input('enter the value of k ');
q=n-k;
z=0;
fprintf('\nthe degree of polynomial is %d',n-1);
www.eeworm.com/read/461042/1555368
m mctc_ildil.m
function [inputA,inputB] = mCTC_ILDIL(Nep,x_sysA,x_sysB)
%CTC_IL
% For decoder two: interleave the systematic bits
for j = 1:Nep/2
if (mod(j,2)==0) % updated for std compliancy
www.eeworm.com/read/165115/10076133
nex cynmix.nex
#NEXUS
[This is an example of a mixed data set]
[Data from Nylander, J., F. Ronquist, J. P. Huelsenbeck and J. L. Nieves-Aldrey. 2004. Bayesian phylogenetic analysis of combined data. Systematic
www.eeworm.com/read/437190/7753666
m momapdecoder.m
function [LEO,LD]=MoMAPDecoder(LM,LEI,SP,SM,PS,NS,OP,MPI)
% LM : K*2 = A Priori LLR matrix from SISOMUD of systematic and corresponding code bits of the Modified MAP Decoder.
% LEI : K*(J-1) = A P
www.eeworm.com/read/303623/13810955
nex cynmix.nex
#NEXUS
[This is an example of a mixed data set]
[Data from Nylander, J., F. Ronquist, J. P. Huelsenbeck and J. L. Nieves-Aldrey. 2004. Bayesian phylogenetic analysis of combined data. Systematic