-
Harris_Corner_detecting
该代码实现了在鼠标框定区域内的Harris Corner的检测(This code deals with the detecting of harris corners with matlab)
- 2010-12-09 10:31:21下载
- 积分:1
-
MinBounDrect
说明: 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。( Compute the minimal bounding rectangle of points in the plane
usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric)
arguments: (input)
x,y- vectors of points, describing points in the plane as
(x,y) pairs. x and y must be the same lengths.
metric- (OPTIONAL)- single letter character flag which
denotes the use of minimal area or perimeter as the
metric to be minimized. metric may be either a or p ,
capitalization is ignored. Any other contraction of area
or perimeter is also accepted.
DEFAULT: a ( area )
)
- 2011-02-24 01:01:04下载
- 积分:1
-
Matlab
Matlab是一个交互式的系统,它的基本运算单元是不需指定维数的矩阵,按照IEEE的数值计算标准(能正确处理无穷数Inf(Infinity)、无定义数NaN(not-a-number)及其运算)进行计算.(Matlab is an interactive system, its basic operation unit which is not specified dimension of the matrix, in accordance with the numerical calculation of IEEE standards (to correctly handle the infinite number of Inf (Infinity), no defined number of NaN (not-a-number) its operation) is calculated.)
- 2011-04-19 10:20:24下载
- 积分:1
-
chinese_nonlinear-optics
非线性光纤光学中文教程,深入浅出,本人看完以后觉得收益很大。(Nonlinear fiber optics Chinese guide, a simple, I think after reading a great income.)
- 2014-01-02 20:44:47下载
- 积分:1
-
EWT20150721
EWT算法,参考文献:IEEE, TSP, Empirical Wavelet Transform(EWT, ref: IEEE TSP, Empirical Wavelet Transform)
- 2015-11-25 16:43:59下载
- 积分:1
-
6
说明: 求积分方程的离散解并比较它与真解之间的误差,用n=4的复化Simpson公式求积分方程(Seek solutions of integral equations of the discrete solution and compare it with the error between the real, the complex with n = 4 integral equation of the Formula Simpson)
- 2010-08-26 21:15:13下载
- 积分:1
-
P_Controlv1.0
说明: 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)(the failure rate of P Commodities Control Map, as long as the data into data.txt documents, then in MATLAB run main.m document can be open graphics interface. (Note : To set a good path))
- 2006-04-16 12:07:55下载
- 积分:1
-
8PSK
在awgn信道下的的8psk调制,绘出传输和接受的星座图(In awgn channel under the 8psk modulation plotted transmit and receive constellation)
- 2014-12-23 16:38:46下载
- 积分:1
-
ParticleSwarm
智能算法研究的书籍,可以研究粒子群的发展以及其现在的研究状况(Intelligent algorithms book, you can study the development of PSO and its current research status)
- 2010-12-08 11:44:03下载
- 积分:1
-
S1C
function [ret,x0,str,ts,xts]=s4(t,x,u,flag)
s4 is the M-file description of the SIMULINK system named s4.
The block-diagram can be displayed by typing: s4.
SYS=s4(T,X,U,FLAG) returns depending on FLAG certain
system values given time point, T, current state vector, X,
and input vector, U.
FLAG is used to indicate the type of output to be returned in SYS.
- 2010-03-03 17:27:43下载
- 积分:1