필터 지우기
필터 지우기

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에서 Financial Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by