angie&flora IP属地:北京

文章 关注 粉丝 访问 贡献
 
共 7 篇文章
显示摘要每页显示  条
> evalGF := proc (expr)sort(collect(expand(Rem(expr, p, x) mod 2), z), [z,x]) end:> evalGF(subs(z=x, c));> evalGF(subs(z=x^2, c));> ce := evalGF(c+(z^6+z^2));> evalGF(subs(z=x, ce));evalGF(subs(z=x^2, ce));> ce1 := evalGF(c+(x^2+x)*z^2);> e := evalGF(Rem(ce1, g(z), z) mod 2);> evalGF(ce1+e+(x^2...
code = encode(msg,n,k);% Декодируем, воссоздавая исходное сообщение decodedhamming = decode(codehamming,n,k,‘hamming/decimal‘);decodedbch = decode(codebch,n,k,‘bch/decimal‘);decodedcyclic = decode(codecyclic,n,k,‘cyclic/decimal‘);if (decodedhamming==msg &decodedbch==msg ...
}voiddebug_check_syndrome (void){ int i;}}/* Simulate a LFSR with generator polynomial for n byte RS code. * Pass in a pointer to the data array, and amount of data. * * The parity bytes are deposited into pBytes[], and the whole message * and parity are copied to dest to make a codeword. * */voidencode_data (unsigned...
Internet Resources for Reed Solomon Code.
Encoding/Decoding Reed Solomon Codes.
List of MATLAB CodeHere are the MATLAB files that we developed to implement our audio compression scheme:
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部