-
Crank-rocker-mechanism
基于matlab的GUI曲柄摇杆机构的运动仿真的源程序。结果是运动的界面,输入参数可以求出摇杆机构的加速度,角加速度,极位夹角,行程速比系数等。(GUI crank rocker mechanism movement simulation based on matlab source program. Result is movement of the interface, input parameters can be calculated rocker mechanism of acceleration, angular acceleration, ultimate position Angle and travel speed ratio coefficient, etc.)
- 2013-12-12 19:36:37下载
- 积分:1
-
Image_Steganography
This program hides one image into another and then recovers it at the output. You will need to chance only the image path in the source code.
- 2010-10-02 04:00:15下载
- 积分:1
-
Matlab
Matlab详细手册Matlab详细手册Matlab详细手册Matlab详细手册(Matlab user book)
- 2010-12-25 13:44:38下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
frit_toolbox
codes for finite continuous ridgelet transform
- 2011-08-03 22:12:30下载
- 积分:1
-
Capacitive-equipment
电容型设备绝缘在线监测与故障诊断的研究 电力系统在线监测技术(Capacitive type equipment insulation online monitoring and fault diagnosis research)
- 2014-02-13 17:12:16下载
- 积分:1
-
MATLAB
相关分析法实例,自己做的不错的东西,相信有同学会用的到
(Instances of correlation analysis, its good to do something, I believe will be useful to students)
- 2011-01-04 19:14:13下载
- 积分:1
-
M-wenjian
数学建模中的常用算法对应的matlab程序(some program)
- 2011-09-17 18:32:14下载
- 积分:1
-
loadflownr
IT IS MATLAB FILE FOR LOAD FLOW ANALYSIS USING NEWTON RAPHSON METHOD
- 2015-02-18 17:37:32下载
- 积分:1
-
CI
说明: 一个协方差交集的matlab函数,可以直接调用的函数(Matlab code on intersection of a covariance.The function can be directly called)
- 2010-09-29 21:20:13下载
- 积分:1