| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 446 人关注过本帖
标题:求教关于错误检测编码算法的问题
只看楼主 加入收藏
silent1221
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2014-10-27
收藏
 问题点数:0 回复次数:0 
求教关于错误检测编码算法的问题
用c语言实现以下功能:
Coding on error dectecting algorithms(C++)

1.Cyclic redundancy check
Using the polynomials below to encode random generated data stream (40-100bits). Show the FEC, and encoded data frame.

CRC-4    x4+x+1    ITU G.704
CRC-16    x16+x15+x2+1    IBM SDLC
CRC-32    x32+x26+x23+...+x2+x+1    ZIP, RAR, IEEE 802 LAN/FDDI, IEEE 1394, PPP-FCS

For the error patter listed below, what the conclusion does the receiver get? Can the receiver find the errors?

Case    Error pattern
No error    0000……0000
One error    1000…..000
Two errors    100….001
Random errors    Random error pattern

2.Parity check
Using even or odd parity check on random generated data stream (8-20bits).
Show encoded data frame.
For the error patter listed below, what the conclusion does the receiver get? Can the receiver find the errors?

Case    Error pattern
No error    0000……0000
One error    1000…..000
Two errors    100….001


我急等用,求大神给予解答或者讲解一下。
搜索更多相关主题的帖子: conclusion generated encode errors stream 
2014-10-27 20:56
快速回复:求教关于错误检测编码算法的问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015215 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved