-
Example4_1_1
Fourier Series example in Advanced Mathmatic for Engineer with matlab
- 2010-12-25 21:22:13下载
- 积分:1
-
ssp-doaMATLABcode
DOA中的空间平滑算法,对于初学者来说是比较好的帮助(spatial smoothing direction of arrival matlab code)
- 2011-08-09 16:32:45下载
- 积分:1
-
image-processing
image processing code which enables a person to highlight an object an image
- 2014-11-17 16:11:16下载
- 积分:1
-
ANN-Output-Calculation-by-BP-algm
Artificial neuarl network is one of the recent developed softcomputing technique work on the basis of human neural system. The traning and testing are the two important process in artificial neural network. ther are many techniques used for the training of artificial neural network, however backpropagation algorithm is the traditional method for training purpose. this document contain the mathematical formation of artificial neural network with backpropagation training.
- 2015-01-23 17:20:05下载
- 积分:1
-
SB2_Likelihoods
相关向量机,的极大似然估计文件与SB2配合使用,可以进行扩展(Relevance vector machine, maximum likelihood estimation file with SB2 used in conjunction, can be extended)
- 2012-11-28 17:10:19下载
- 积分:1
-
InsTools
惯导工具箱,惯导仿真的重要工具,适用于惯导算法仿真。(INS Toolbox, an important tool for inertial navigation simulation.)
- 2010-06-22 15:46:28下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
prony1
proney 算法,研究proney算法的变化,很好的工具。(proney algorithm, study changes in proney algorithm, good tool.)
- 2013-04-30 13:22:19下载
- 积分:1
-
tiaopin
说明: 跳频通信仿真论文,大家看一下啊,好不容易找到的(Frequency-hopping communication simulation paper, we look at, ah, hard-won)
- 2010-04-21 09:33:20下载
- 积分:1
-
predit
用matlab做的多元线形回归预测的小程序,抱愧数据,可以运行。(using Matlab do multiple linear regression forecast a small procedure, feel ashamed of data, can run.)
- 2007-01-04 17:45:41下载
- 积分:1