-
cross_position
用来计算十字交叉点的中心位置,可以达到亚像素精度,在三维重建中经常会在物体表面做标志,本算法用于计算十字标记中心(to calculate the center of a cross image)
- 2009-05-06 20:27:03下载
- 积分:1
-
Verify_Multi_Phase_Filter
多相滤波验证,使用FM单音调制验证多相滤波实现数字下变频技术(verify Multi_phase filter )
- 2013-01-24 20:53:37下载
- 积分:1
-
diedai
说明: 迭代法 matlab
数值计算 jacobi (Numerical jacobi iteration matlab)
- 2011-02-27 22:41:17下载
- 积分:1
-
4
说明: Matlab transformation alfa beta
- 2012-06-02 04:53:27下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
LMS_matlab
这个是用MATLAB程序编写的回波消除的代码,效果不错,简单明了(This is a MATLAB programming with the echo cancellation code, the effect is good, simple and clear)
- 2014-02-24 19:53:50下载
- 积分:1
-
sellmeier_glass
Program for Sellmeier equation of pure glass @20°C in the bandwidth 0.2-1.7 um. In the program n is the obtained refractivr index whereas l is the wavelength.
- 2010-01-07 06:22:45下载
- 积分:1
-
mmsefinal
minimum mean square error implementation in matlab for a certain channel response in a noisy channel
- 2011-10-17 00:10:04下载
- 积分:1
-
new
实现matlab gui 界面的人脸检测代码,界面的调用以及设计方法(Achieve matlab gui interface face detection code, interface design method calls and)
- 2014-12-03 15:51:19下载
- 积分:1
-
fangzhen
说明: 在matlab环境下仿真实际弱目标的运动状况,利用差分得到实际目标的真实轨迹。(Matlab simulation environment in the actual movement of the weak state of the target, using the actual goal differential has been the true trajectory.)
- 2008-11-23 20:15:50下载
- 积分:1