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
0 个评论
回答(1 个)
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/
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Propagation and Channel Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!