-
carrier_recov
基于mpsk的载波恢复,有完整的simulink模型,可以观察星座图(carrier recovery of Mpsk)
- 2009-05-29 14:32:49下载
- 积分:1
-
MyCal
时间控制小程序,主要用于控制软件的时间管理,可一参考(time control of small procedures, mainly used to control the time management software, a reference to the masses)
- 2005-08-30 14:14:58下载
- 积分:1
-
MPS2MAT
to read mps file in matlab
- 2012-08-18 11:24:01下载
- 积分:1
-
AntBasedClustering
This is Ant Based Clustering
- 2014-12-05 03:28:27下载
- 积分:1
-
Ch03
matlab 科学计算 matlab 可视化 微分方程 物理 算法 (matlab matlab visualization in scientific computing algorithms physics equations)
- 2014-02-02 11:10:14下载
- 积分:1
-
immunity560
一种人工免疫系统算法的源程序,适合绝对其他算法的改进。(An artificial immune system algorithm source code for the absolute other algorithm.)
- 2010-08-03 11:23:57下载
- 积分:1
-
matlab
这是计算方法基本迭代法的一个matlab编程实例。(This is the calculation of a basic iterative method matlab programming examples)
- 2010-12-09 20:30:50下载
- 积分:1
-
Dynprog
动态规划算法的顺序(前向求最小值)算法的matlab实现以及一个算例,还有一篇参考pdf文献,适合初学者,有我个人的一点注释(Dynamic programming algorithm for the sequence (prior to seeking the minimum value) algorithm matlab to achieve, as well as a numerical example, there is a reference pdf document, suitable for beginners, there are my personal notes that)
- 2008-06-17 16:41:21下载
- 积分:1
-
kaerman
卡尔曼滤波器的仿真实现 其中a,b两个参数由自己设定(Simulation of Kalman Filter in which a, b two parameters set by their own)
- 2009-05-14 10:05:59下载
- 积分: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