-
C3
说明: This code is related to the course Digital Communications. It makes a simple communication system which uses AWGN and QPSK
- 2013-11-10 02:30:58下载
- 积分:1
-
watermark
To reduce the piracy .....here we use a watermark technique...
- 2010-06-09 00:17:26下载
- 积分:1
-
802.3-2012_section6
IEEE 802.3 - 2012 Section Six
IEEE Standard for Ethernet
- 2015-04-03 09:49:14下载
- 积分:1
-
OMAvsNOMA
OMAvsNOMA using matlab coding
- 2021-02-26 22:19:37下载
- 积分:1
-
kpib
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:
r = kpib(INSTRUMENT,GPIB, read )
will return the voltage and current reading from a number of different power supplies. The goal is to be able to write matlab code that can accommodate changing instruments and experimental setups with minimum hassle. If INSTRUMENT and GPIB are defined as constants at the beginning of your code, then they can be changed to accommodate new equipment, and the rest of the code is unchanged. In addition, kpib can test whether an instrument exists at an address and read and write arbitrary strings to instruments for testing.
- 2010-06-11 15:54:33下载
- 积分:1
-
nozzle
国外经典二维喷管,matlab程序,相当经典(Nozzle matlab program)
- 2021-03-06 17:39:30下载
- 积分:1
-
MC
说明: 关于蒙特·卡罗方法的一个简单算例;用来计算椭圆面积(Monte Carlo method)
- 2011-03-24 20:58:26下载
- 积分:1
-
quikang_v36
这是第二能量熵的matlab代码,wolf 方法计算李雅普诺夫指数,正确率可以达到98%。( This is the second energy entropy matlab code, wolf calculated Lyapunov exponent, Accuracy can reach 98 .)
- 2016-12-06 17:27:25下载
- 积分:1
-
XMLlToolbox2
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).
- 2007-11-27 00:35:05下载
- 积分:1
-
danshenjingyuanPID
说明: 基于MATLAB单神经元PID控制源程序(MATLAB-based single neuron PID control source)
- 2010-04-12 23:05:19下载
- 积分:1