Multiply inverse Galois Fields
이전 댓글 표시
I need to multiplicate 2 Galois fields, one of them is inversed. It is right to add zeros in the end in order to make it like a square matrix and then to perform multiplication? Something like this:
>>b=[1 0 1 1 1 1 1 1]
>>b1=[1 0 1; 1 1 1; 1 1 1]
>>gfconv(a,b,n)
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Error Detection and Correction에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!