文件名称:ma_CRC_files
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:67.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
decoder of Hamming
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome = rem(recd * parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.-decoder of Hamming
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome = rem(recd* parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome = rem(recd * parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.-decoder of Hamming
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome = rem(recd* parmat ,2)
syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ma_CRC_files/Decoding_Hamming.rar
ma_CRC_files/docscripts_webdoc.js
ma_CRC_files/docset.css
ma_CRC_files/dom.css
ma_CRC_files/fp13343.htm
ma_CRC_files/fp13343_data/b_next.gif
ma_CRC_files/fp13343_data/b_prev.gif
ma_CRC_files/fp13343_data/crc_algorithm.png
ma_CRC_files/fp13343_data/docscripts.js
ma_CRC_files/fp13343_data/doc_to_top_up.gif
ma_CRC_files/fp13343_data/s78378197831942.gif
ma_CRC_files/fp13343_data/s_code.js
ma_CRC_files/helptoc.htm
ma_CRC_files/helptoc_data/docscripts.js
ma_CRC_files/helptoc_data/toc_section_empty.gif
ma_CRC_files/helptoc_data/toc_section_nonempty_closed.gif
ma_CRC_files/helptoc_data/toc_section_nonempty_open.gif
ma_CRC_files/site4.css
ma_CRC_files/topbanner.htm
ma_CRC_files/topbanner_data/arrowr.gif
ma_CRC_files/topbanner_data/breadcrumbs.css
ma_CRC_files/topbanner_data/call.gif
ma_CRC_files/topbanner_data/common.js
ma_CRC_files/topbanner_data/fullwidth_globalnav.css
ma_CRC_files/topbanner_data/horo_line_full.gif
ma_CRC_files/topbanner_data/nav_active.gif
ma_CRC_files/topbanner_data/nav_inactive.gif
ma_CRC_files/topbanner_data/pic_cart_off.gif
ma_CRC_files/topbanner_data/pixelclear.gif
ma_CRC_files/topbanner_data/print.css
ma_CRC_files/topbanner_data/printable_header.gif
ma_CRC_files/topbanner_data/static_brows_sniff.js
ma_CRC_files/topbanner_data/trial.gif
ma_CRC_files/fp13343_data
ma_CRC_files/helptoc_data
ma_CRC_files/topbanner_data
ma_CRC_files
ma_CRC_files/docscripts_webdoc.js
ma_CRC_files/docset.css
ma_CRC_files/dom.css
ma_CRC_files/fp13343.htm
ma_CRC_files/fp13343_data/b_next.gif
ma_CRC_files/fp13343_data/b_prev.gif
ma_CRC_files/fp13343_data/crc_algorithm.png
ma_CRC_files/fp13343_data/docscripts.js
ma_CRC_files/fp13343_data/doc_to_top_up.gif
ma_CRC_files/fp13343_data/s78378197831942.gif
ma_CRC_files/fp13343_data/s_code.js
ma_CRC_files/helptoc.htm
ma_CRC_files/helptoc_data/docscripts.js
ma_CRC_files/helptoc_data/toc_section_empty.gif
ma_CRC_files/helptoc_data/toc_section_nonempty_closed.gif
ma_CRC_files/helptoc_data/toc_section_nonempty_open.gif
ma_CRC_files/site4.css
ma_CRC_files/topbanner.htm
ma_CRC_files/topbanner_data/arrowr.gif
ma_CRC_files/topbanner_data/breadcrumbs.css
ma_CRC_files/topbanner_data/call.gif
ma_CRC_files/topbanner_data/common.js
ma_CRC_files/topbanner_data/fullwidth_globalnav.css
ma_CRC_files/topbanner_data/horo_line_full.gif
ma_CRC_files/topbanner_data/nav_active.gif
ma_CRC_files/topbanner_data/nav_inactive.gif
ma_CRC_files/topbanner_data/pic_cart_off.gif
ma_CRC_files/topbanner_data/pixelclear.gif
ma_CRC_files/topbanner_data/print.css
ma_CRC_files/topbanner_data/printable_header.gif
ma_CRC_files/topbanner_data/static_brows_sniff.js
ma_CRC_files/topbanner_data/trial.gif
ma_CRC_files/fp13343_data
ma_CRC_files/helptoc_data
ma_CRC_files/topbanner_data
ma_CRC_files
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.