-
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
-
filtroLCL
LCL filter Model m file
- 2014-02-19 06:46:01下载
- 积分:1
-
Tsai
摄象机标定(Tsai标定方法)-----经典的线性方法和非线性方法相结合的摄象机方法(matlab)(camera calibration (Tsai calibration method )----- classical linear and nonlinear method of combining method The camera method (Matlab))
- 2007-01-29 19:57:41下载
- 积分:1
-
KALMAN-filter-using-matlab
卡尔曼滤波器 matlab实现(Kalman filter matlab implementation)
- 2013-10-31 20:53:00下载
- 积分:1
-
bpsk-MATLAB
实现2PSK系统的matlab仿真以及误码率分析(
Achieve 2PSK system matlab simulation and analysis of bit error rate )
- 2012-01-01 23:24:22下载
- 积分:1
-
ISDN
isdn mdel source code
- 2012-11-28 09:14:17下载
- 积分:1
-
4music
MUSIC算法的仿真程序,希望能对做空间谱估计的同学有所帮助。(MUSIC algorithm simulation program, hoping to make spatial spectrum estimation of the students help.)
- 2009-02-06 22:16:53下载
- 积分:1
-
simulink_labs
simulink实例仿真源码应有尽有,通信方向在学习Simulink的可以参考一下!(The simulation simulink source everything, communication, direction in learning Simulink that can refer to!)
- 2009-10-21 21:43:29下载
- 积分:1
-
vqsplit
矢量量化m文件,采用分裂算法的K均值算法(Vector Quantization: K-Means Algorithm with Spliting Method for Training)
- 2010-08-06 11:18:19下载
- 积分:1
-
ROBOT_FIGHTER
本程序为类人机器人的一个运动学正解程序,非常好的参考程序,可以继续在上面扩充(This program is a humanoid robot kinematics program, very good reference program, you can continue to expand in the above)
- 2011-06-04 10:47:26下载
- 积分:1