-
Experiments_with_MATLAB_(by_Cleve_Moler_in_2008)
Experiments with MATLAB (by Cleve Moler in 2008),一本关于MATLAB的教材,乃MATLAB首席科学家兼董事长Cleve Moler的著作。(Experiments with MATLAB (by Cleve Moler in 2008), a teaching material on the MATLAB, MATLAB is the chief scientist and chairman of Cleve Moler)
- 2008-05-23 19:02:33下载
- 积分:1
-
MIMOtool
MIMO Tool is a toolbox for MATLAB (it works fine in every version from 5.3 until 7.8) developed with the aim to offering a complete toolbox for continuous time MIMO linear systems analysis and robust control synthesis.
- 2011-07-26 00:05:15下载
- 积分:1
-
DV-hop
在matlab软件下实现传感器节点的拓扑设置以及DV_hop算法,得到未知节点的坐标(Matlab software in the topology of sensor nodes to achieve DV_hop algorithm settings and to get the coordinates of the unknown node)
- 2010-11-01 16:02:57下载
- 积分:1
-
ASKTIMS
ASK modulation demo for TIMS software. It is the simple script to simulate ASK modulation
- 2010-12-02 08:11:19下载
- 积分:1
-
osu_svm3.0
说明: 基于MATLAB的OSU-svm工具箱,希望对大家有用(based on MATLAB OSU-svm Toolbox, a member of the useful)
- 2006-04-20 17:18:31下载
- 积分:1
-
SCR_ActiveCrowbar_research
利用 matlab对风力发电系统中的低电压穿越问题进行仿真,设计了有源Crowbar运行电路系统,较好的实现了低电压穿越功能。(Use matlab for wind power system simulation LVRT issues designed to run Active Crowbar circuit system to achieve a better low voltage ride through capabilities.)
- 2020-11-22 18:59:35下载
- 积分:1
-
PMSM_HF
基于高频注入法的永磁同步电机无速度传感器控制(Sensorless control of permanent magnet synchronous motor based on high frequency injection)
- 2021-03-05 16:39:31下载
- 积分:1
-
APcode
聚类代码(include sparse capability)(Clustering code (include sparse capability))
- 2010-09-06 11:05:42下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
jingdianlunwen
经典的论文 关于艾滋病诊断问题的 全国数学建模竞赛 (Classic paper on the diagnosis of AIDS National Mathematical Contest in Modeling)
- 2010-05-17 13:16:51下载
- 积分:1