802.11a OFDM MATLAB仿真代码!(推荐)非常详细,有接受收发,CP,FFT.IFFT.多径影响等。
上传时间: 2015-11-23
上传用户:weiwolkt
主要自己写的,基于SV-C多径信道,设计传输速率100Mbps,借用了几个别人的函数。
标签:
上传时间: 2013-12-22
上传用户:JasonC
运用matlab,实现16QAM调制与解调,串并转换,信道建立(瑞利多径信道),星座映射,是毕业设计之必备资料
上传时间: 2015-11-29
上传用户:253189838
该源程序代码实现了如:纯ALOHA,扩展ALOHA,CSMA,ISMA等的多径通信协议通信仿真实现,程序结果给出了各个通信协议下传输数据的成功率和时间延迟。
上传时间: 2015-12-09
上传用户:xauthu
在无线通信中,存在着严重的多径现象,能够引起严重的ISI。判决反馈均衡器(DFE)是目前最常用的一种消除ISI的均衡器。本程序使用Matlab实现的QPSK下的DFE。
标签: 无线通信
上传时间: 2015-12-23
上传用户:ggwz258
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
波形信道的仿真,主要是多径衰落包括了散射模型和离散模型
上传时间: 2014-11-16
上传用户:498732662
基于DVB-T标准,COFDM调制系统的信道估计,仿真条件:4个OFDM符号,QPSK调制,二维内插,瑞利多径信道
上传时间: 2016-03-07
上传用户:大三三
摘要: 研究了蒙特卡罗仿真原理和仿真结果置信度 结合AWGN(加性白高斯噪声) 信道特点,甄选出3 个合适的 参量,即误码个数、置信概率和仿真结果最大相对误差 提出了AWGN 信道下仿真数据量选取的一般性结论,即误 码个数正比于置信区间上分位点的平方、反比于最大相对误差的平方. 仿真结果验证了所提结论在AWGN 信道各 种信噪比下均有效 同时对于无线通信或移动通信的时变多径衰落信道,如采用OFDM(正交频分复用) 、分集、均 衡、交织等技术,能将信道改造为AWGN 信道,该结论依然有效. 关 键 词: 加性白高斯噪声 蒙特卡罗仿真 仿真数据量 置信概率
上传时间: 2016-03-22
上传用户:cylnpy