-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1
-
generate2DinputFile
This code is used to create input files for the 2D FEM solver used in
ME 413 course. It uses the freely available mesh2d mesh generator to
create the mesh.
- 2015-01-21 09:18:30下载
- 积分:1
-
yinpin
音频频谱的分析程序,在程序中实现了采样速率的提取(Audio spectrum analysis procedures, the procedures to achieve a sampling rate of extraction)
- 2007-10-10 10:40:27下载
- 积分:1
-
second_order_type_III_PLL
2阶3型锁相环仿真,完全个人编写,可设置参数,适合文章仿真使用。(2end order type-III PLL Simulation)
- 2012-04-16 23:35:30下载
- 积分:1
-
SEP
说明: LEACH协议的改进算法,注重簇头的产生部分,有相关的文献支持,对于理解LEACH协议有帮助(LEACH protocol to improve the algorithm, focus on the selection of cluster head of the relevant literature to support, for understanding the LEACH protocol help)
- 2008-11-12 11:29:49下载
- 积分:1
-
PSO算法优化PID参数
说明: 采用pso进行pid参数寻优,利用m文件调用simulink仿真(Using PSO to optimize PID parameters)
- 2019-12-22 22:03:52下载
- 积分:1
-
fitting_plane
用matlab实现的平面拟合算法,只要输入不少于三个的空间点坐标(plane_fitting)
- 2010-06-23 20:53:39下载
- 积分:1
-
pocs
这是一个超分辨率重建实现的pocs算法,运行成功通过,得到预期的实验结果。(This is a super-resolution reconstruction algorithm to achieve the pocs run successfully, to achieve the expected results.)
- 2010-12-10 11:03:51下载
- 积分:1
-
ppt
说明: 调度问题中的粒子群优化方法及其应用研究
调度问题中的粒子群优化方法及其应用研究(Scheduling Particle Swarm Optimization Method and Its Application Scheduling Particle Swarm Optimization Method and Its Application)
- 2010-04-18 21:56:00下载
- 积分:1
-
BayesNetToolboxforMatlab
Bayes Net Toolbox for matlab,包含源码和说明(Bayes Net Toolbox)
- 2010-07-31 10:52:28下载
- 积分:1