Define field in operations with polynomials
显示 更早的评论
I have this c=gfconv(a,b,2^n) for GF(2^4),where a,b-arrays, n=4. Theprogram says: Error using gfconv The field parameter must be a positive prime integer. So how to declare the field right? I've tried different ways, but nothing. Thank you in advance!
回答(1 个)
Geoff Hayes
2014-12-7
1 个投票
Julie - the error message is telling you that the field parameter, the third input to this function, must be a positive prime integer. If n is greater than one, then 2^n is not a prime integer. See gfconv for details which states that To work in GF(2^m), use the conv function with Galois arrays.
类别
在 帮助中心 和 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!