-
design_for_filter
关于滤波的设计 及示例,pdf格式,在matlab下设计完成!(the design for the filter!)
- 2009-04-19 13:47:41下载
- 积分:1
-
Digital-Coherent-Optical-Receivers
光纤相干通讯数字相干接收机,算法和子系统。一篇很精简全面的总结。(Digital coherent optical receiver algorithms and subsystems in fiber coherent optical communication. A very good brief summary.)
- 2014-01-24 16:06:40下载
- 积分:1
-
decodeBitFlip
LDPC在BPSK考虑AWGN信道下,采用软判决和积算法的仿真。这是第一个(LDPC in AWGN channel BPSK considering the introduction of soft-decision and the plot of the simulation algorithm. This is the first)
- 2008-12-14 10:26:56下载
- 积分:1
-
PID_PARTDIFF
不完全微分PID算法Matlab仿真程序。适用于控制理论领域。(Incomplete differential PID algorithm Matlab simulation program. Applicable to the field of control theory.)
- 2014-01-09 21:03:32下载
- 积分:1
-
filesForMATLABCentral
Graphical evaluation for convolution
- 2018-03-05 14:06:46下载
- 积分:1
-
imageprocessinmp
THIS FILE CONTAINS IMPORTANCE OF IMAGE PROCESSING
- 2010-12-02 22:35:06下载
- 积分:1
-
DMC
动态矩阵控制方法的matlab实现,用于求解预测控制问题(an algorithm for dynamic matrix control)
- 2012-05-30 06:45:21下载
- 积分:1
-
rate-equation
用matlab程序计算脉冲激光速率方程,求解光子数、反转数、饱和吸收数随时间的变化关系(solve laser pulse equation)
- 2011-12-16 14:45:05下载
- 积分:1
-
untitled1
用matlab编写的关于茶叶采割级刀具行走路线的程序,有GUI界面。(Matlab prepared by the level of tea cutting in tool route program, a GUI interface.)
- 2015-04-01 13:52:43下载
- 积分: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