与先前上传的文件一样,为通信系统中am调制与解调的matlab程序实现,并仿真实现,程序各行均有完整的说明,简明易懂!
标签:
上传时间: 2015-12-02
上传用户:kr770906
这是一个老外写的一个OFDM系统的Matlab仿真,非常全面,有同步,调制,解调等等,并且附有全部的算法文档说明
上传时间: 2014-01-03
上传用户:huangld
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
MATLAB由于其强大的功能而被广泛应用于很多工程技术领域,尤其在通信和信息处理领域更有其突出地位。众所周知,在物理级的产品作出之前,先用MATLAB进行这种电子产品的输入输出以估计这种产品的性能好坏,从而可以看出什么地方需要从新设计,什么地方需要优化等来进一步提高系统的性能,因此,伴随着现代通信系统与日俱增的复杂性,这种通信系统的仿真分析也变得尤其重要。本文介绍了利用MATLAB进行正交振幅调制与解调的仿真分析,仿真结果验证了该方法的正确性和可行性。
上传时间: 2014-01-04
上传用户:talenthn
GSM系统中GMSK的simulink仿真程序,包括调制和解调处理。
上传时间: 2016-01-24
上传用户:cjl42111
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
信号处理电路,包含调制与解调,滤波器的设计
标签: 信号处理电路
上传时间: 2016-02-18
上传用户:h886166
现在,常用的模拟乘法器基本上都已实现集成化。而且集成模拟乘法器是一种重要的非线性器件,广泛应用于频率变换、信号处理电路中,构成调制、解调或其它电路。随着集成技术的发展和应用的日益广泛,它已成为继集成运算放大器后最通用的模拟集成电路之一。下面简单介绍一下模拟乘法器
标签:
上传时间: 2016-02-23
上传用户:kbnswdifs
针对IS95进行MATLAB仿真,压缩包内共包含11个源文件,分别对PN序列的产生,调制,解调等进行了仿真。
上传时间: 2016-05-10
上传用户:wweqas
IS-95 matlab源码。包括PN产生,打包,调制,解调,维特编码和解码,接收机等。
上传时间: 2014-09-10
上传用户:busterman