generic_simulator_nonsys.m

来自「The files include LDPC that using differ」· M 代码 · 共 24 行

M
24
字号
% general script for non-systematic LDPC simulation

% Things to Remember - Steps to follow ALWAYS !!!!!!!!
% 0. This file is good for non-systematic H only (errors calculated for all n) 
% 1. Load H
% 2. Define SNR Range
% 3. Set Maximum number of iterations
% 4. Set Maximum number of codeword-errors for which to run simulation
% 5. Select decoder - Matlab or C-based



clear all
close all
clc
tic

%get H from somewhere , change R accordingly !!
% load 128x256regular.mat H
% load 128x256regular_v6.mat  %for users of Matlab 6.5
H=H_matrix;


ind=find(H==1) ;            %т

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?