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 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
Muthu Annamalai
el 23 de Jul. de 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/
0 comentarios
Ver también
Categorías
Más información sobre Propagation and Channel Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!