




免费预览已结束,剩余3页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
2.A noiseless 8-kHz channel is sampled every 1 msec. What is the maximum data rate?Solution:According to: Maximum data rate=: 2B log2 V bits/secAssume: log2 V=4the maximum data rate =2Hlog2 V b/s=2*8k*4=64kbpsAssume: log2 V=16the maximum data rate =2Hlog2 V b/s=2*8k*4=256kbpsSo, the maximum data rate of the noiseless channel is decided by how many bits there is every sample.3. If a binary signal is sent over a 3-kHz channel whose signal-to-noise ratio is 20 dB,what is the maximum achievable data rate?Solution: According to Shannons theorem:the maximum data rate= B log2 (1 + S/N) According to : 10lgS/N = 20 dB So:S/N =100 log2 1016.658So: the maximum data rate = B log2 (1 + S/N)3k*6.658=19.98Kbps4. What signal-to-noise ratio is needed to put a T1 carrier on a 100-kHz line?Solution: According to Shannons theorem:the maximum data rate= B log2 (1 + S/N)T1 carriers bandwidth= 1544000 = 100000log2(1+S/N)So: log2(1+S/N)=15.4415S/N= 215110lg (2151)=45dB5. (P124)What are the advantages of fiber optics over copper as a transmission medium? Is there any downside of using fiber optics over copper?Answer: Fiber optics can handle much higher bandwidths than copper. This alone would require its use in high-end networks. Due to the low attenuation, repeaters are needed only about every 50 km on long lines, versus about every 5 km for copper, resulting in a big cost saving. Fiber also has the advantage of not being affected by power surges, electromagnetic interference, or power failures. Nor is it affected by corrosive chemicals in the air, important for harsh factory environments. It is thin and lightweight. For new routes, fiber wins hands down due to its much lower installation cost. Finally, fibers do not leak light and are difficult to tap. These properties give fiber good security against potential wiretappers.On the downside, fiber is a less familiar technology requiring skills not all engineers have, and fibers can be damaged easily by being bent too much. Since optical transmission is inherently unidirectional, two-way communication requires either two fibers or two frequency bands on one fiber. Finally, fiber interfaces cost more than electrical interfaces.Table (come from 袁子超)PropertyFiberWires(copper)DistanceLong(tens of km)Short(100s of m)BandwidthVery HighModerateCostExpensiveCheapConvenienceHardEasySecurityHard to tapEasy to tapInterferenceNoYes17. (P146)What is the minimum bandwidth needed to achieve a data rate of B bits/sec if the signals transmitted using NRZ, MLT-3, and Manchester encoding? Explain.Solution:With NRZ, the signal may cycle between the positive and negative levels up to every 2 bits (in the case of alternating 1s and 0s). This means that we need a bandwidth of at least B/2 Hz when the bit rate is B bits/sec.In MLT-3, the signal(+,0,-) completes a cycle at most every 3 bits, thus requiring at least B/3 Hz to achieve B bits/sec data rate.Manchester encoding mix the clocks signal with the data signal by XORing them together so that no extra line is needed. So it requires twice as much bandwidth as NRZ because of the clock.(2B).21. A modem constellation diagram similar to Fig. 2-23 has data points at (0, 1) and (0, 2).Does the modem use phase modulation or amplitude modulation?Answer: Amplitude modulation, because amplitude is variable.22. What is the maximum bit rate achievable in a V.32standard modem if the baud rate is 2400 and no error correction is used?Solution: according to C=B*log2Vno error correction is used, So: C=2400* log232 =12000bps23. In a constellation diagram, all the points lie on a circle centered on the origin. What kind of modulation is being used?Answer:If all the points lie on a circle centered on the origin, so they have the same amplitude, so no use of amplitude modulation. In the constellation never use frequency modulation, so, here the encoding is a pure phase modulation.25. Ten signals, each requiring 4000 Hz, are multiplexed onto a single channel using FDM. What is the minimum bandwidth required for the multiplexed channel? Assume that the guard bands are 400 Hz wide.Solution:There needed a 400HZ between two sub-channel ,so: 4000 * 10 + 400 * 9 = 43600 Hz26.Why has the PCM sampling time been set at 125 sec?Solution: (mainly from 周粤娴)A sampling time of 125 sec(1000000s/8000) corresponds to 8000 samples per second. According to the Nyquist theorem, this is the sampling frequency needed to capture all the information in a 4 kHz channel, such as a telephone channel.27.What is the percent overhead on a T1 carrier? That is, what percent of the 1.544 Mbps are not delivered to the end user? How does it relate to the percent overhead in OC-1or OC-768 lines?Solution:T1:193-24*7=25 25/19312.95%OC-1: (51.84-49.536)/51.844.44%On OC-768 line,the percent overhead is same as OC-1 line.28. Compare the maximum data rate of a noiseless 4-kHz channel using:(a) Analog encoding (e.g., QPSK) with 2 bits per sample.(b) The T1 PCM system.Solution:(a) log2 V=2the maximum data rate=2Hlog2 V=2*4k*2=16kbps(b) log2 V=7 (1bit for control)the maximum data rate=2Hlog2 V=2*4k*7=56kbps30. (P165)What is the difference, if any, between the demodulator part of a modem and the coder part of a codec? (After all, both convert analog signals to digital ones.)Answer:The coder of a codec to accept arbitrary analog signal and produce digital signal. While the demodulator of a modem only receiving modulated sine wave ( or cosine ), to produce a digital signal.(Pay attention: codec=coder + decoder; modem=modulator + demodulator)33. In Fig. 2-40, the user data rate for OC-3 is stated to be 148.608 Mbps. Show how this number can be derived from the SONET OC-3 parameters. What will be the gross,SPE, and user data rates of an OC-3072 line?Solution:(1)The first three columns of each frame are reserved for system management information, so the OC-1s SPE is 87*9*8*800=50.112Mbps. The first column of the SPE is the path overhead (i.e., the header for the end-to-end path sublayer protocol),so the user data is (87-1)*9*8*800=49.536MbpsSo the OC-3s user data is 49.536*3=148.608Mbps(2)The OC-1s gross is 90*9*8*800=51.84MbpsSo the OC-3072s gross=51.87*3072=159252.48Mbpsthe OC-3072s SPE=50.112*3072=153944.064Mbpsthe OC-3072s user data=49.536*3072=152174.592Mbps34.What is the available user bandwidth in an OC-12c connection?Solution: (from 袁子超 and reference key)As an aside, when a carrier, such as OC-3, is not multiplexed, but carries the data from only a single source, the letter c (for concatenated) is appended to the designation, so OC-3 indicates a 155.52-Mbps carrier consisting of three separate OC-1 carriers, but OC-3c indicates a data stream from a single source at 155.52Mbps. so there is only one path overhead.The OC-12c frames are 12*90 = 1080 columns of 9 rows. Of these,12*3 = 36 columns are taken up by line and section overhead. This leaves an SPE of 1044 columns. One SPE column is taken up by path overhead, leaving 1043 columns for user data. So, the available user bandwidth is:1043*9*8*8000=600.768Mbps41. Suppose that A, B, and C are simultaneously transmitting 0 bits, using a CDMA system with the chip sequences of Fig. 2-28(a). What is the resulting chip sequence?Solution:A+B+C=(-3 -1 -1 +1 +3 +1 +1 -1)Because they transmitting 0 bits, so the negative of its chip sequence =(+3 +1 +1 -1 -3 -1 -1 +1)Or: (from 周粤娴)(+1 +1 +1 -1 -1 +1 -1 -1)( +1 +1 -1 +1 -1 -1 -1 +1)(+1 -1 +1 -1 -1 -1 +1 +1)(+3 +1 +1 -1 -3 -1 -1
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年汽车行业共享出行服务市场前景分析研究报告
- 2025年虚拟现实行业虚拟现实技术在旅游行业应用前景研究报告
- 2025年汽车行业自动驾驶技术发展前景报告
- 宜宾市2025四川宜宾高新产业投资服务有限公司第二次招聘聘用人员10人笔试历年参考题库附带答案详解
- 商品车物流仓储安全培训课件
- 国家事业单位招聘2025中国地质调查局油气资源调查中心第二批招聘笔试历年参考题库附带答案详解
- 项目经营合作协议5篇
- 南宁市2025广西南宁兴宁区农业农村局招聘1名编制外人员笔试历年参考题库附带答案详解
- 光明区2025年4月广东深圳光明科学城知识产权公共服务中心选聘特级特聘一般特聘笔试历年参考题库附带答案详解
- 临海市2025年浙江台州临海市纪委市监委下属事业单位选聘工作人员笔试历年参考题库附带答案详解
- 2025至2030中国高纯铝行业发展趋势与行业发展研究与产业战略规划分析评估报告
- 2025年期货从业资格之《期货法律法规》真题附答案详解【巩固】
- 室内装修安全生产培训课件
- 2025租房合同范本下载(可直接打印)
- 《公民意味着什么》课件
- 2025辽宁交投集团所属运营公司招聘30人考试参考题库及答案解析
- 幼儿园各项安全管理制度汇编
- 广西福泰印染有限公司年产全棉针织面料3.6万吨生产项目环境影响报告书
- 【《我国小学生课外培训现状调查及问题和建议浅析》10000字(论文)】
- 民航招飞面试常见的面试问题及答案
- 每日食品安全检查记录 (一)
评论
0/150
提交评论