-
Simulation
代码包含了几种不同的数字信号系统仿真的实现,包含BPSK,ASK,FSK的数字仿真系统源代码(Code contains several different implementation of digital signal system simulation, including BPSK, ASK, FSK digital simulation system source code)
- 2010-05-28 19:07:34下载
- 积分:1
-
Matlab-Simulations-for-Radar
雷达系统设计matlab仿真,代码,美国:Bassem R.Mahafza著(Radar system design matlab simulation code, USA: Bassem R.Mahafza the)
- 2013-10-03 01:07:20下载
- 积分:1
-
PLL
matlab环境下PLL经典例程,包含一阶和二阶锁相环。(matlab environment PLL classic routines, including a first-order and second-order phase-locked loop.)
- 2014-02-09 16:01:44下载
- 积分:1
-
遗传算法入门到掌握
说明: 遗传算法入门到掌握,介绍很详细,后面附带了代码(The introduction of genetic algorithm is very detailed)
- 2020-12-09 21:03:04下载
- 积分:1
-
PID-control-and-matlab-simulink
PID控制及其matlab仿真,对研究PID控制器的学长是很有用的。(It is very useful for PID study.)
- 2014-10-07 09:36:40下载
- 积分:1
-
Treasured-book-OF-MATLAB
Matlab宝典随书源码,陈杰编著,电子工业出版社(Matlab canon with the source book, Chen Jie edited by the Publishing House of Electronics Industry)
- 2012-09-13 23:37:21下载
- 积分:1
-
System-ID-Theory-for-the-User-2nd-ed
系统辨识的经典之作,作者为matlab系统辨识工具箱的编写者。(System Identification classic, author matlab System Identification Toolbox writers.)
- 2014-01-07 21:47:05下载
- 积分:1
-
ADS-B
一种基于ADS-B、WAM和雷达的组合监视方法及其架构(Based on ADS-B, WAM and a combination of radar monitoring method and its architecture)
- 2013-10-19 11:31:53下载
- 积分: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
-
PSLandISL
sar成像最后如果要查看结果,就是这个程序实现的功能,画出峰值旁瓣比!(sar imaging Finally if you want to see the results, is the function of this program, draw peak sidelobe ratio!)
- 2013-03-15 22:03:45下载
- 积分:1