Feeds
提问
How to solve this problem " Error using gfmul The input elements must be integers between -Inf and P^M-2 over an extension field"
clc, clear all m=8; p=2; primpoly = [1 0 0 0 1 1 1 0 1]; field=gftuple([-1:p^m-2]',primpoly,p); gfmul(77,255,field)
2 years 前 | 1 个回答 | 0