how to convert a parity matrix to systenatic form? eg:H=[1 1 0 0;1 0 0 1] to form h=[1 0 ? ?;0 1??] i.e h=[I:P] in place of ? it can be 0 or 1

1 次查看(过去 30 天)
eg:H=[1 1 0 0;1 0 0 1] to form h=[1 0 ? ?;0 1??] i.e h=[I:P] in place of ? it can be 0 or 1

回答(1 个)

Muthu Annamalai
Muthu Annamalai 2015-7-23
You may try to make the matrix into a Row Echelon form. This is similar to a technique of manually finding the matrix inverse https://en.wikipedia.org/wiki/Row_echelon_form
I'm not sure if MATLAB communications toolbox has any function for this operation. But worth checking http://www.mathworks.com/products/communications/

类别

Help CenterFile Exchange 中查找有关 Propagation and Channel Models 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by