-
SumSqDiff
code to get optical flow using sum of square difference method
- 2010-11-26 06:16:48下载
- 积分:1
-
jingdufenxi
对于无源雷达定位系统,采用测向方法对目标定位,并对定位精度进行了分析。(For passive radar location system, using the direction finding method of orientation, and the positioning precision is analyzed.)
- 2021-03-18 20:59:19下载
- 积分:1
-
791793258ssc_battery_management
文件类型为mdl,为蓄电池能量管理matlab的simulink仿真模型。(Matlab simulation of battery energy management)
- 2020-09-07 16:28:03下载
- 积分:1
-
MATLABproceduralmanuals
学习MATLAB的书籍,Matlab的程序教程,主要是简单的编程和小程序(Books to learn MATLAB, Matlab procedural manuals, mainly simple programming and small program)
- 2010-09-06 16:03:16下载
- 积分:1
-
Nonliner_matlab
MATLAB初学者
MATLAB初学者
包好了一些用matlab做非线性规划的源程序(MATLAB beginner beginner package MATLAB with matlab to do some good non-linear programming source code)
- 2009-12-15 17:50:05下载
- 积分:1
-
motiondetection
一个实现运动估计的matlab程序 经过测试不错的,推荐给大家(motion detection programed by matlab)
- 2010-05-17 13:33:42下载
- 积分:1
-
crypto_wq
Workqueue for crypto subsystem.
- 2014-08-15 00:06:52下载
- 积分:1
-
Bluetooth-HOPPING
(仅供学习使用)本文重点 研究了 Blueto oth 无线传输协议的 跳频
算法 ,给出 了 算法流程及分析说明 ,并且对信道跳频序 列 进行了 初步 的 性能 分析。 结果表明 该序列 具有良 好的 均
匀 性和随机性((for learning) this paper focuses on the Blueto oth wireless transmission protocol
Algorithm, gives the flow and analysis of algorithm of channel frequency hopping sequence, and conducted a preliminary analysis of the performance. The results show that the sequence has a good average
The uniform and random)
- 2015-04-03 15:08:33下载
- 积分:1
-
surf_matlab
用matlab实现的SURF算法,具有较强实用性,可以调试使用。(SURF algorithm using matlab realize, with strong practicality, you can debug.)
- 2015-12-24 10:00:47下载
- 积分: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