-
MITmatlab
说明: 麻省理工学院的MATLAB基础学习教程资料(Massachusetts Institute of Technology-based learning MATLAB Tutorial Information)
- 2008-10-28 10:34:18下载
- 积分:1
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
PMSM_vector-control
The system is about simple Vector Control of Permanent Magnet Synchronous Motor. The speed controller is using PI controller and the current controller is using Hysteresis band.
- 2011-10-19 21:50:09下载
- 积分:1
-
Imatlabdocn
关于电磁场中用超松弛法求网格电位位的matlab源代码
(Overrelaxation method using electromagnetic fields demand grid potential bit matlab source code)
- 2012-09-09 23:17:36下载
- 积分:1
-
l2_bayes_classifier
machine learning 方面有关于The Bayes Classifier的资料,语言是python(machine learning aspects have The Bayes Classifier information about language is python)
- 2013-12-07 23:24:23下载
- 积分:1
-
06020650
5level diode clamped rectifier
- 2011-12-30 23:11:09下载
- 积分:1
-
PCA-matlab
里面包含主元分析PCA的Matlab代码,包括提取主元,求方差贡献率,绘制贡献率直方图等(Which contains the principal component analysis PCA of the Matlab code, including the extraction of the main element, seeking variance contribution rate, contribution rate of histogram mapping, etc.)
- 2009-09-23 22:58:47下载
- 积分:1
-
emhancement
基于Matlab的指纹识别,里面主要运用Jabot进行指纹提取(Matlab-based fingerprint identification, which mainly make use of Jabot fingerprint extraction)
- 2010-03-14 23:30:59下载
- 积分:1
-
EVT-formate-transformation
主要用于EVT格式转化,包括代码和测试数据(for evt formate transformation)
- 2012-03-30 10:54:36下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1