-
xianxingguihua
很好很实用的matlab工程函数包括:无优化实验等相关问题(Matlab works well very useful functions include: no optimization experiments and other related issues)
- 2010-09-25 11:10:39下载
- 积分:1
-
chaper5
机器人控制系统的设计及其matlab仿真第5章“机器人迭代学习控制及重复控制”源代码(The robot control system design and its matlab simulation Chapter 5, " the robot iterative learning control and repetitive control" source code)
- 2013-04-25 14:23:46下载
- 积分:1
-
zishiying
基于最小二乘辨识的模型参考自适应,含有详细word说明文件(Based on the model reference adaptive least squares identification, documentation contains detailed word)
- 2013-12-22 16:37:55下载
- 积分:1
-
nonstationary-random-signal-WVD
此例程为配套书籍的第六章例题6-5的相对应代码,功能为计算非平稳随机信号的WVD时频谱,编程环境为matlab。(This routine matching books Chapter Example 6-5 corresponding to the code for the calculation of the non-stationary random signal WVD spectrum programming environment for matlab.)
- 2013-05-02 18:49:44下载
- 积分:1
-
Settings_SystemTest
Settings System Test extends Android Test Case.
- 2014-01-13 12:09:40下载
- 积分:1
-
SLM-CODE
matlab-OFDM-SLM-PAPR-BER系统仿真(matlab-OFDM-SLM-PAPR-BER system )
- 2021-05-06 23:28:36下载
- 积分:1
-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1
-
Paper-5
this is a very interesting paper, ple read it
, I will upload source code later. I am finding it in my computer
- 2012-11-16 11:05:08下载
- 积分:1
-
matlabPyrTools.tar
matlab金字塔算法工具箱(pyramid algorithm matlab toolbox)
- 2007-08-30 14:44:28下载
- 积分:1
-
gabormask
Gabor-function convolution masks are increasingly used in image processing and computer vision. This function simply computes the cosine and sine masks for a given width, period and orientation. The masks returned are properly normalised.
It is not highly optimised - e.g. the symmetries are not used to reduce the computation.
It is recommended that convolutions with these masks are done using CONVOLVE2 (available from Matlab File Exchange) to take advantage of their low rank.
(Gabor-function convolution masks are increasingly used in image processing and computer vision. This function simply computes the cosine and sine masks for a given width, period and orientation. The masks returned are properly normalised.
It is not highly optimised- e.g. the symmetries are not used to reduce the computation.
It is recommended that convolutions with these masks are done using CONVOLVE2 (available from Matlab File Exchange) to take advantage of their low rank.
)
- 2007-11-27 10:05:47下载
- 积分:1