Multiply inverse Galois Fields
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Error Detection and Correction finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!