• 大小: 7KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: Matlab
  • 标签: RS码  

资源简介

本程序是RS码编解码程序,自己亲自在MATLAB上跑过,大家可以放心下载

资源截图

代码片段和文件信息

% a function to realize addition in field GF(2^5)
% input ‘a‘‘b‘ are two decimal numbers range from 0 to 31 corresponding to numbers of GF(2^5)
% output ‘y‘ is a decimal number range from 0 to 31 corresponding to a number of GF(2^5)
function y=rs_add(ab)   
a1=de2bi(a5);
b1=de2bi(b5);
y1=a1+b1;
y2=mod(y12);
y=bi2de(y2);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        334  2004-05-12 12:00  RS Code\rs_add.m

     文件        537  2004-05-13 12:00  RS Code\rs_channel.m

     文件       1243  2005-07-11 10:20  RS Code\rs_decoder.asv

     文件       1243  2005-07-11 10:21  RS Code\rs_decoder.m

     文件       1043  2004-05-13 12:00  RS Code\rs_decode_forney.m

     文件       1283  2004-05-13 12:00  RS Code\rs_decode_iterate.m

     文件        340  2004-05-13 12:00  RS Code\rs_decode_root.m

     文件        456  2004-05-12 12:00  RS Code\rs_decode_syndrome.m

     文件        428  2005-07-29 08:38  RS Code\rs_encode.m

     文件       1184  2005-07-13 12:26  RS Code\rs_main.asv

     文件       1183  2005-07-12 22:15  RS Code\rs_main.m

     文件        756  2004-05-12 12:00  RS Code\rs_mul.m

     文件        367  2004-05-12 12:00  RS Code\rs_poly.m

     文件        654  2005-10-09 10:49  RS Code\rs_rev.m

     目录          0  2006-04-10 09:03  RS Code

----------- ---------  ---------- -----  ----

                11269                    16


评论

共有 条评论