




已阅读5页,还剩1页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
计算机通信与网络实验 课程实验报告实验一 : LAB1 Coding on error dectecting algorithms(C+)实验名称:LAB1 Coding on error dectectingalgorithms(C)1.实验内容1. Cyclic redundancy checkUsing 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.704CRC-16 x16+x15+x2+1 IBM SDLCCRC-32 x32+x26+x23+.+x2+x+1ZIP, RAR, IEEE 802 LAN/FDDI, IEEE 1394, PPP-FCSFor the error patter listed below, what the conclusion does the receiver get? Can the receiver findthe errors?Case Error patternNo error 00000000One error 1000.000Two errors 100.001Random errors Random error pattern2.Parity checkUsing 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?CaseError patternNo error00000000One error1000.000Two errors100.0012.实验结果一、二、3.实验程序一、#include #include #include stdlib.hunsigned int char2int(char *str) unsigned int count=0, ret=0; for(count = 0; countstrlen(str);count+) ret = ret1; if(0 != strcount) ret+=1; return ret;unsigned int getR(char *str) unsigned int c =0 ; int ret = strlen(str)-1; for(c=0;c 1; return c;void CRC(char *scode, char *p, char*g )unsigned int iP = char2int(p);unsigned int iG = char2int(g);unsigned int r= getR(g);unsigned int code = iP = getRi(iG);) yx = yx (iG(getRi(yx) - getRi(iG);code += yx;itoa(code,scode,2);void main()char data8= , bds8=,code16=;printf(数据:);scanf(%s, data);printf(表达式:);scanf(%s, bds);CRC(code,data,bds);printf(编码:%s,code);二、#include #include void fun(char *s) int i=0; int sum=0; for(i=0;i200;i+) sum=sum+si; if(sum+1)%2=0) printf(+1通过偶校验); if(sum+0)%2!=0) printf(+0通过奇校验); if(sum+1)%2=1) printf(+1通过奇校验); if(sum+0)%2=0) printf(+0通过偶校验); int main() printf(输入二进制码:n); char
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 三、太阳能教学设计-2025-2026学年初中物理苏科版九年级下册-苏科版2012
- 2026届安徽省长丰县第二中学高三物理第一学期期末教学质量检测试题
- 新疆乌鲁木齐市天山区兵团第二中学2025年物理高三上期末质量跟踪监视试题
- 2026届山东省济南市山东师范大学附中物理高三第一学期期末考试试题
- 加油站安全培训检查课件
- 邮政行业职业技能鉴定考前冲刺试卷含答案详解(达标题)
- 2023一年级数学下册 四 100以内的加法和减法(一)3两位数加、减两位数两位数减两位数(退位减)说课稿 西师大版
- 甘肃省武威第十七中学七年级体育下册说课稿:第1课时
- 微型企业面试高频题答题技巧(网校专用)附答案详解
- 推拿治疗学新题库附参考答案详解【培优】
- 2025-2026学年人教版小学数学四年级上册教学计划及进度表
- 医院培训课件:《肺源性心脏病》
- 2025新疆天泽和达水务科技有限公司部分岗位社会招聘28人笔试备考试题及答案解析
- 《生成式人工智能基础与应用》高职AIGC应用基础课程全套教学课件
- 2《中国人首次进入自己的空间站》课件【知识精研】统编版语文八年级上册
- 文档简谱视唱
- 机器视觉技术及应用全套课件完整版电子教案最新板
- Minitab教程源数据及六西格玛绿带手册相关工作表 鱼骨图
- 35KV集电线路铁塔组立专项方案
- 金矿堆浸成套设备
- 劳务派遣服务月考核表
评论
0/150
提交评论