-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1
-
Tengfei-Shen
As significant work was done in machine learning in past two decades, we have limited to recent articles in machine learning. A brief review of machine learning and its application can found in [Duttion and Conroy,1996). The most common supervised learning method and major implementation to various machine learning applications is artificial neural network as ANNs.
- 2013-12-07 15:26:03下载
- 积分:1
-
永磁同步电机系统的滑模观测器设计
Sliding-model-observer-based-PMSM
永磁同步电机系统的滑模观测器设计,非常实用,算法很先进(Sliding model observer based Permanent Magnet Synchronous Motor)
- 2016-10-02 10:53:00下载
- 积分:1
-
11
说明: 关于fem 的一维小程序。可以用于计算任意单元(On the one-dimensional fem applet. Can be used to calculate the arbitrary unit)
- 2007-11-24 12:45:13下载
- 积分:1
-
matlab
matlab车牌识别程序的源程序,里面有实例可以参考。(matlab )
- 2010-09-14 11:04:57下载
- 积分:1
-
lab
说明: 学习matlab的分享,欢迎下载,共享,学习。(language of matlab important)
- 2010-03-18 19:12:55下载
- 积分:1
-
SurveyorToolbox_v4.2
在matlab环境下控制srv-1机器人,解压后java文件夹放入matlab的bin中,其余放入toolbox(matlab srv-1 under control of the robot)
- 2011-05-08 15:47:03下载
- 积分:1
-
emd
这是EMD(Rilling)的改进算法,程序中采用了过筛。(This is the EMD (Rilling) Improved algorithm, used in screening procedures.)
- 2007-11-08 20:47:26下载
- 积分:1
-
cic5
说明: 五接CIC滤波器的simulink仿真,希望对大家有所帮助(Then the five CIC filter simulink simulation, I hope all of you to help)
- 2008-11-17 13:02:25下载
- 积分:1
-
transient-stability
可以对小系统进行暂态稳定分析,主要是功角稳定,以判别系统是否失稳(can analyze the transient stability of small system, mainly for rotor angle stability, to determin if the system is unstable)
- 2012-07-16 19:22:13下载
- 积分:1