-
noloadtest
This model can verify the experiment of no-load test to get parameter of induction motor
- 2011-07-29 15:39:13下载
- 积分:1
-
ercixiangguan
实现时延估计中的二次相关算法,用于进行时延估计的计算。(请键入文字或网站地址,或者上传文档。
取消
Shíxiàn shí yán gūjì zhōng de èr cì xiāngguān suànfǎ, yòng yú jìnxíng shí yán gūjì de jìsuàn.Realization of TDE secondary correlation algorithm, used for the calculation of time-delay estimation.)
- 2014-09-24 21:01:15下载
- 积分: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
-
chuandaoEMTP
ATP-EMTP仿真,变电站传导干扰实例分析(ATP-EMTP simulation substation conducted interference)
- 2016-06-28 20:40:36下载
- 积分:1
-
type2_union_or_intersection
这个子程序是为了在第二种情况下对联合部分或者生命部分的估计值而编写的。(This routine is for evaluating union or intersection operation under type2.
)
- 2009-04-02 19:47:14下载
- 积分:1
-
COREG
Semi-supervised learning
- 2009-05-23 09:26:22下载
- 积分:1
-
MakeCosinePacket
make cosine packet Function for wavelet processing
- 2013-05-09 02:43:02下载
- 积分:1
-
lv_0
玻璃切割最低水平线算法MATLAB源码,已通过调试(MATLAB lowest horizontal glass cutting algorithm source code)
- 2011-04-21 16:22:45下载
- 积分:1
-
OS_CFAR
有序统计恒虚警检测器(OS-CFAR),适用于复杂环境下的运动目标检测。
包含经典的OS-CFAR,以及OSGO-CFAR和OSSO-CFAR。(detector based on the ordered statistic constant false alarm rate (OS-CFAR) technique)
- 2021-04-15 17:28:54下载
- 积分:1
-
RD
说明: 机载SAR成像距离多普勒(RD)算法,自己编写的,实际数据处理效果很好。(The range Doppler (RD) algorithm of airborne SAR imaging is written by myself, and the actual data processing effect is very good.)
- 2020-09-03 09:06:18下载
- 积分:1