-
black-anandan
估计光流的经典算法B&A,通过测试可以运行,但运行时,占用内存过大,如果出现警告请详细查看readme(Estimates the optical flow for standard test sequences using H&S algorithm)
- 2009-11-24 11:07:15下载
- 积分:1
-
pesq
Voice quality assessment
- 2011-07-27 14:31:17下载
- 积分:1
-
frost-growth
Used to simulate fourth-folder dendrite growth
- 2020-06-16 14:34:29下载
- 积分:1
-
viewer3d_version7d
三维显示某个.mat格式的矩阵,灯光亮度可调,并有伪彩色渲染的功能(A three-dimensional display. Mat matrix format, lighting, adjustable brightness, and a false color rendering of the function)
- 2010-07-03 10:55:42下载
- 积分:1
-
PAPR
说明: 降低OFDM的PAPR的优化算法的研究以及MATLAB 仿真(PARP)
- 2010-04-17 10:05:07下载
- 积分:1
-
MKT
这是Mann-kendall趋势检验和sen斜率估计的matlab实现的源代码,与大家共享!(This is the Mann-kendall trend test and the estimated slope sen achieved Matlab source code and share!)
- 2021-03-17 10:29:21下载
- 积分:1
-
1
说明: 信号与系统实验一:连续时间信号
1.1 表示信号的基本MATLAB函数
1.2 连续时间复指数信号
(Signal and system experiment: a continuous time signal)
- 2013-03-18 10:00:40下载
- 积分:1
-
IEEE33Forwardandbackward
来源于电力系统分析教材,使用IEEE33节点配电网前推回代潮流计算程序,程序有大量注释,利于初学者学习。 (From power system analysis materials, use IEEE33 node distribution grid before backward sweep flow calculation program, the program has a large number of comments, which will help beginners to learn.)
- 2015-08-01 11:14:19下载
- 积分:1
-
filter_design1
matlab中各种滤波器的设计,以及在matlab中需要的函数(matlab in a variety of filter design, as well as the need to function matlab)
- 2008-12-24 10:11:51下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1