QPSK coding
이전 댓글 표시
- hello i m working on implementing a QPSK coded system with hamming(7,4) without using actual coding function, but the G and H matrix i choose doesnt give me G*H'=0, the proff said the matrix are ok, u need to change the mod of the matrix, i dont get it, can anyone explain me this mod thing,,
the G matrix i choose is
[1 0 0 0 1 1 0
0 1 0 0 0 1 1
0 0 1 0 1 1 1
0 0 0 1 1 0 1]
and the H matrix is
[1 0 1 1 1 0 0
1 1 1 0 0 1 0
0 1 1 1 0 0 1]
please anyone help me that where i m wrong
답변 (1개)
Walter Roberson
2011년 12월 1일
0 개 추천
Please refer to http://www.mathworks.com/matlabcentral/answers/16990-galois-field-to-find-the-inverse-of-a-binary-matrix which will not give you the direct answer but should give you the background in to changing the "mod".
카테고리
도움말 센터 및 File Exchange에서 QPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!