ameynaik1989@gmail.com
Newbie level 2
Hi all,
We know how to generator G from H and vice versa using MATLAB function
parmat = gen2par(genmat)
genmat = gen2par(parmat)
But this is valid only if the format is as below.
Type of Matrix Standard Form Dimensions
Generator [Ik P] or [P Ik] k-by-n
Parity-check [-P' In-k] or [In-k -P' ] (n-k)-by-n
https://www.mathworks.in/help/comm/ref/gen2par.html
But What if My parity matrix is not of form [-P' In-k] or [In-k -P' ]. What if sub matrix which is an Identity matrix of order n-k doesn't exist?
How do I generate generator Matrix from such Parity check matrix using MATLAB.
This is particularly a concern because LDPC Parity check matrix is huge. So need Matlab help.
Is there a way to convert my Parity check Matrix [H] in [-P' In-k] or [In-k -P' ] this form in MATLAB?
Thanks.
We know how to generator G from H and vice versa using MATLAB function
parmat = gen2par(genmat)
genmat = gen2par(parmat)
But this is valid only if the format is as below.
Type of Matrix Standard Form Dimensions
Generator [Ik P] or [P Ik] k-by-n
Parity-check [-P' In-k] or [In-k -P' ] (n-k)-by-n
https://www.mathworks.in/help/comm/ref/gen2par.html
But What if My parity matrix is not of form [-P' In-k] or [In-k -P' ]. What if sub matrix which is an Identity matrix of order n-k doesn't exist?
How do I generate generator Matrix from such Parity check matrix using MATLAB.
This is particularly a concern because LDPC Parity check matrix is huge. So need Matlab help.
Is there a way to convert my Parity check Matrix [H] in [-P' In-k] or [In-k -P' ] this form in MATLAB?
Thanks.