已阅读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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2020年1月国开电大专科《公共行政学》期末纸质考试试题及答案
- 乙肝常见症状及护理技术讲解
- 子宫输卵管造影宣教护理
- 番薯营养价值课件
- 2025年杜蕾斯项目申请报告范文
- 训练才情与舞台
- 营养阅读指南汇报
- 出资合同协议书范本
- 酒店合作经营协议合同
- 产品赠予协议书范本
- 建筑工程述标汇报
- 卫星工程概论课件
- 公路隧道超前地质预报技术规程DB53∕T 1032-2021
- 操作系统-002-国开机考复习资料
- 上呼吸道感染健康教育讲课件
- 第12课《诗经二首-蒹葭》课件
- 北京市海淀区2023-2024学年高二下学期期末考试英语试卷(含答案)
- 红旗超市经销商合同协议
- 【西安交通大学】2025年电力人工智能多模态大模型创新技术及应用报告
- 变电站防小动物课件
- 餐饮服务流程与标准操作指引
评论
0/150
提交评论