-
ali-mohamadi
develop controler for wind turbine
- 2013-08-12 20:07:08下载
- 积分:1
-
MATLAB-GUI-Induction-Motor
It is project report for MATLAB GUI designed for performance evaluation of three phase induction motor. This report illustrated the implementation and use of the GUI
- 2013-12-04 05:21:06下载
- 积分:1
-
MIMOOFDM
这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制解调解调,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。
(This is a space-time block coding based simulation design MIMO_OFDM communication systems. This system includes a QPSK modulation and demodulation demodulation, IFFT modulation, space-time coding and decoding, channel estimation based training symbol communication module.)
- 2014-09-20 12:32:52下载
- 积分:1
-
vf-control-of-IM
v/f control of induction motor
- 2015-04-06 19:41:52下载
- 积分:1
-
Boost
基于BOOST斩波电路的MTALAB仿真,仿真结果正确,开关电源设计必备仿真(BOOST chopper MTALAB based simulation, simulation results are correct, switching power supply design must Simulation)
- 2013-10-08 10:25:47下载
- 积分:1
-
yinpin
音频频谱的分析程序,在程序中实现了采样速率的提取(Audio spectrum analysis procedures, the procedures to achieve a sampling rate of extraction)
- 2007-10-10 10:40:27下载
- 积分:1
-
minPF
说明: 外点罚函数法解线性等式约束用matlab实现(Outside the penalty function method for solving linear equality constraints to achieve with matlab)
- 2021-04-02 16:59:06下载
- 积分:1
-
iToolbox
说明: 各种数据处理的基本算法,包括最小二乘,和各种算法与最小二乘的算法融合(Basic Algorithms for Various Data)
- 2019-01-16 14:19:03下载
- 积分:1
-
LSTM 长短时记忆循环网络matlab实现
说明: 时间序列趋势分析方法----长短时记忆循环网络matlab实现(Matlab implementation of long and short-term memory cycle network)
- 2019-10-19 10:46:37下载
- 积分: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