-
detect
该程序基于运动区域和运动区域外截矩形进行运动目标检测
(Based on motion region and exercise outside cutting a rectangular moving target detection
)
- 2011-05-01 19:04:32下载
- 积分:1
-
matlabluozhanbiancheng
matlab 扩展编程书的代码
matlab 扩展编程书另传(Matlab expand the programming code Matlab programming on another extension-)
- 2006-12-08 11:07:37下载
- 积分:1
-
split_step_fourier_method
分布傅里叶算法,可以用于多种计算,比如光孤子的特性分析(split_step_fourier_method.m)
- 2020-08-12 11:58:28下载
- 积分:1
-
cubgs-src
matlab coding for Background sub
- 2011-09-02 18:43:18下载
- 积分:1
-
1_25Gbps-and-string-conversion-CMOS
CMOS集成电路基础知识,CMOS集成电路的接口电路,CMOS集成电路使用注意事项
(Basic knowledge of CMOS CMOS integrated circuit, integrated circuit interface circuit, CMOS integrated circuit use matters needing attention
)
- 2012-05-13 18:47:00下载
- 积分:1
-
linear_focus_beamform_fft
聚焦波束形成 线阵波束形成算法实现:包括非FFT算法和采用FFT算法的程序(Focused beamforming line array beamforming algorithm: including non-FFT algorithm and uses FFT algorithm procedures)
- 2020-09-08 19:28:04下载
- 积分:1
-
MATLABmathlab
MATLAB数学实验100例题解:matlab是很重要的一项开发工具,简单而且实用,里面的实验可以说很好(Experimental Mathematics, 100 MATLAB Examples solution: matlab is a very important development tool, simple and practical, which can be a good experiment)
- 2010-10-26 10:39:12下载
- 积分:1
-
Untitled56
HOTELLING TRANSFORMATION
- 2012-03-28 02:06:27下载
- 积分:1
-
windrose
通过给定的风速数据,自动绘制相应的风玫瑰图。(Through the data from a given wind speed, the corresponding wind rose.
)
- 2013-12-13 14:58:55下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1