-
n_ncut
图分割算法中的标准分割N-cut(normal cut).(Figure segmentation algorithm in the standard split N-cut (normal cut).)
- 2010-01-07 15:34:30下载
- 积分:1
-
速度调节器
说明: 开关磁阻电动机仿真用的功能控制模块啊啊啊啊啊(shzaibuzhidaoshuodianshaa)
- 2019-04-24 12:58:01下载
- 积分:1
-
class
EEG signal classification by SVM
- 2010-08-27 17:23:04下载
- 积分:1
-
boxcount
用boxcount计算分形维数统计不同距离点对的出现频率(the frequency of pixel pairs with distance d )
- 2010-09-02 13:55:36下载
- 积分:1
-
cylinder2
[X,Y,Z]=cylinder2(x,y,z,r,N,o)
向量X,Y,Z轴定义圆柱面中心线
和矢量r定义圆柱面半径,并已
为的x,y,z的长度相同
N是周围围点的数量。默认值
为N= 100。
Ø 定义了矩阵圆柱generatix(圆圈)椭圆
表面。其内容以0和1之间的值,并适用于
小学和中学的母线轴。值的defeault
Ø =的(长(x),2)。
矩阵X,Y,Z轴确定圆柱面,冲浪(的X,Y,Z)的显示器
圆柱面。( [X,Y,Z]=cylinder2(x,y,z,r,N,o)
Vectors x, y, z define the central line of cylindrical surface
and vector r defines the radius of cylindrical surface, and has
the same length as x, y, z.
N is the number of points around the circumference. The default value
is N = 100.
Matrix o defines ovality of the generatix (circle) of cylindrical
surface. Its elements take values between 0 and 1 and apply to the
primary and secondary axis of generatrix. The defeault values are
o=ones(length(x),2).
Matrices X, Y, Z define the cylindrical surface, surf(X,Y,Z) displays
the cylindrical surface. )
- 2011-05-15 10:56:33下载
- 积分:1
-
tcoug
Synopsys®
Timing Constraints and Optimization
User Guide
- 2014-08-23 17:37:56下载
- 积分:1
-
rls
这是一个论文中给出自适应均衡的RLS算法的仿真程序(This is a paper given in the RLS algorithm for adaptive equalization of the simulation program)
- 2009-11-12 13:50:27下载
- 积分:1
-
yuchuli
振动信号预处理,主要为五点三次平滑法和平均法(Vibration signal pre-processing, mainly for the 5.3 second smoothing method and average method)
- 2010-02-02 14:26:28下载
- 积分:1
-
orbita_sunsync
Orbita.m
Programa para dibujar un periodo de la orbita de un satélite apartir de
los parámetros orbitales
Programado a partir de la hoja TUNDRA2.pdf
Ramon Martínez, 20-12-2006
Parámetros
k=398613.52 en (km^3)/(s^2)
Re = 6377 km
h=814.5
a=Re+h
e=0
OmegaRot=0.9856 º /day
n = sqrt(k/(a^3))
p = a*(1-(e^2))
J2=0.00108263
cos_i = OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600)
i = acos(OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600))*(180/pi)
- 2010-02-08 06:34:16下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1