代码搜索:Systematic
找到约 281 项符合「Systematic」的源代码
代码结果 281
www.eeworm.com/read/423264/10575271
m cyclic1.m
%SYSTEMATIC CYCLIC CODE
clear;
clc;
%ENCODER SECTION
n = input(' ENTER THE LENGTH OF CODEWORD n:')
k = input(' ENTER THE LENGTH OF MESSAGE k:')
q=n-k;
disp('THE GENERATOR POLYNOMIAL IS')
g
www.eeworm.com/read/423264/10575316
asv cyclic1.asv
%SYSTEMATIC CYCLIC CODE
clear;
clc;
%ENCODER SECTION
n = input(' ENTER THE LENGTH OF CODEWORD n:')
k = input(' ENTER THE LENGTH OF MESSAGE k:')
q=n-k;
disp('THE GENERATOR POLYNOMIAL IS')
g
www.eeworm.com/read/221847/14718348
m turbo_sys_demo.m
% turbo_sys_demo
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Con
www.eeworm.com/read/100142/15882847
readme2
EXAMPLE:
Systematic joint best-basis selection and bit allocation for
one dimensional data at 2 bits per sample.
Given five training images are 512X512 in dimension, output, as
doubles, the wavelet
www.eeworm.com/read/180486/9305344
asv ldpcenc.asv
function h = ldpcenc(H)
%LDPCENC LDPC encoder.
% L = FEC.LDPCENC(H) constructs an LDPC encoder object L for a binary
% systematic LDPC code with a parity-check matrix H.
%
% H must be a sp
www.eeworm.com/read/180486/9305354
m ldpcenc.m
function h = ldpcenc(H)
%LDPCENC LDPC encoder.
% L = FEC.LDPCENC(H) constructs an LDPC encoder object L for a binary
% systematic LDPC code with a parity-check matrix H.
%
% H must be a sp
www.eeworm.com/read/180486/9305358
m ldpcdec.m
function h = ldpcdec(H)
%LDPCDEC LDPC decoder.
% L = FEC.LDPCDEC(H) constructs an LDPC decoder object L for a binary
% systematic LDPC code with a parity-check matrix H.
%
% H must be a sp
www.eeworm.com/read/324404/13264305
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/321480/13404177
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/312156/13617692
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