📄 ldpc_h2g.m
字号:
function [h, g] = ldpc_h2g(H,q)
% [h, g] = ldpc_h2g(H,q)
% converts tentative binary LDPC matrix H into a new matrix h
% (columns are permuted) and produces the generator matrix g
% H should be a sparse matrix in MATLAB format.
% q - Field base (power of 2) now only 2 4 8 1 32 64 128 and 256
%
% MEX file
% Copyright (c) 1999 by Igor Kozintsev igor@ifp.uiuc.edu
% $Revision: 1.1 $ $Date: 1999/08/23 $ - implementation for GFq
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -