-
matlab-numerical-computation
国外matlab相关实验资料,包括源码及相关说明文档(matlab source code)
- 2011-07-13 19:29:51下载
- 积分:1
-
transformation
matlab图形位置转换,图像识别位移等功能的实现(matlab graphical position conversion, image recognition and displacement functions to achieve)
- 2013-11-04 20:06:05下载
- 积分:1
-
MATLAB-optimation
matlab优化方法 不精确的一维线性搜索(matlab optimization method inaccurate one-dimensional linear search)
- 2012-10-24 18:38:20下载
- 积分:1
-
自整定PID算法 和线性二次型
P
1.规定这个流程是用来为直流电机调速的;
2.输入量rin(t)为电机转速预定值;
3.输出量rout(t)为电机转速实际值;
4.执行器为直流电机;
5.传感器为光电码盘,假设码盘为10线;
6.直流电机采用PWM调速转速用单位 转/min 表示;
不难看出以下结论:
1.输入量rin(t)为电机转速预定值(转/min);
2. 输出量rout(t)为电机转速实际值(转/min);
3.偏差量为预定值和实际值之差(转/min);
那么以下几个问题需要弄清楚:
- 2022-02-06 11:14:46下载
- 积分:1
-
wumai1
利用retinex理论对雾霾天气下的图像进行去雾处理,达到图像增强的效果(Retinex theory use images under fog and haze were treated to fog, to image enhancement effect)
- 2015-04-14 21:33:14下载
- 积分:1
-
Matlab_GUI教程
说明: MATLAB GUI教程。入门必备。适合新手。完整pdf(Matlab GUI tutorial. Complete pdf)
- 2019-12-03 15:30:37下载
- 积分:1
-
Index
C,C++ Questions
1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived
object,. calling of that virtual method will result in which method being called?
a. Base method
b. Derived method..
Ans. b
2. For the following C program
#define AREA(x)(3.14*x*x)
main()
{float r1=6.25,r2=2.5,a
a=AREA(r1)
printf("
Area of the circle is f", a)
a=AREA(r2)
printf("
Area of the circle is f", a)
}
What is the output?
Ans. Area of the circle is 122.656250
Area of the circle is 19.625000
3. What do the following statements indicate. Explain.
• int(*p)[10]
• int*f()
• int(*pf)()
• int*p[10]
Refer to:
-- Kernighan & Ritchie page no. 122
-- Schaum series page no. 323
- 2011-03-15 14:24:46下载
- 积分:1
-
csharpandmatlab
说明: csharp和matlab混合编程的视频教程,很不错(csharp and mixed programming matlab video tutorial, very good)
- 2011-03-26 04:38:29下载
- 积分:1
-
yizhixijiexishu
对信号进行小波变换,抑制系数小波滤波,采用了硬阈值滤波方法(right signal wavelet transform, wavelet filter coefficients inhibit use of the hard threshold filtering method)
- 2006-10-19 16:47:17下载
- 积分:1
-
fuze1_main
Two images can be fuse or merge on the basis of contrast using matlab program. this program fuses two images as well. Here in this zip folder two images with fuze program is atteching.
- 2013-07-15 02:30:39下载
- 积分:1