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 vue (au cours des 30 derniers jours)
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

Réponses (1)

Muthu Annamalai
Muthu Annamalai le 23 Juil 2015
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/

Catégories

En savoir plus sur Financial Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by