SIMULINK下,BPSK基带传输演示,包括从发送端到接受端及信号打印。
标签: SIMULINK
上传时间: 2014-01-17
上传用户:gxrui1991
C625 host控制源代码,主要是用作做Host访问基带,与基带之间的数据通信
上传时间: 2014-01-09
上传用户:2467478207
基于VHDL语言的HDB3码编译码器的设计 HDB3 码的全称是三阶高密度双极性码,它是数字基带传输中的一种重要码型,具有频谱中无直流分量、能量集中、提取位同步信息方便等优点。HDB3 码是在AMI码(极性交替转换码)的基础上发展起来的,解决了AMI码在连0码过多时同步提取困难的问题
上传时间: 2015-12-21
上传用户:jeffery
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
MFSK调制VHDL程序及仿真文件名:PL_MFSK --功能:基于VHDL硬件描述语言,完成对基带信号的MFSK调制 --说明:这里MFSK的M为4
上传时间: 2013-12-24
上传用户:aa17807091
16QAM的调制解调,基带星座图,调制解调之后星座图及比较
上传时间: 2013-12-20
上传用户:zhangjinzj
目前手机最流行的平台,MTK平台的主芯片datasheet.通过它,你可以了解目前主流手机基带的主要架构
标签: 手机
上传时间: 2016-04-12
上传用户:kr770906
基于VHDL硬件描述语言,对基带信号进行MPSK调制(这里M=4),即QPSK调制
上传时间: 2014-01-19
上传用户:pkkkkp
本资源是通信原理第五章中用到的一些flash可以帮助你更好更透彻的理解其中的原理,包括眼图,基带模型,抽样点,脉冲响应,抽样点等。
上传时间: 2016-06-02
上传用户:yt1993410