-
Mathematical_modeling_algorithm_MATLAB_Tutorial
MATLAB数学建模算法教程Mathematical modeling algorithm MATLAB Tutorial(Mathematical modeling algorithm MATLAB Tutorial Mathematical modeling algorithm MATLAB Tutorial)
- 2010-08-02 13:43:28下载
- 积分:1
-
rect_array
MATLAB Simulations for Radar Systems DesignMATLAB_Code
ect_array(MATLAB Simulations for Radar Systems Design MATLAB_Code rect_array)
- 2009-10-26 21:48:20下载
- 积分:1
-
MATLAB
说明: MATLAB产生正弦波源程序txt文件,其中位宽为10,单位长为4096(MATLAB generates a sine wave source txt file, which is 10 bits wide, the unit of length 4096)
- 2011-03-14 19:17:54下载
- 积分:1
-
OMP
压缩感知 空域稀疏信号 精确恢复重建 匹配追踪算法 (compressive sensing sparse spatial signal orthogonal matching pursuit )
- 2015-04-07 23:41:56下载
- 积分:1
-
PalmPrint
关于掌纹识别的matlab源代码,包括预处理、特征提取、匹配等(Palmprint recognition on the matlab source code, including preprocessing, feature extraction, matching, etc)
- 2016-04-07 18:36:12下载
- 积分:1
-
cthd39-40
电力系统40节点潮流计算程序 已用过调试(calculation of power flow)
- 2010-12-27 21:34:46下载
- 积分:1
-
simulink
simulink.zip,MATLAB/SIMULINK通信系统建模与仿真实例分析(著译者,邵玉斌)教材里的例题源程序和模块,以及课后题源程序和模块(simulink.zip MATLAB/SIMULINK communications system modeling and simulation examples analysis of the source code and modules of the examples in the textbook, as well as after-school title source code and modules)
- 2013-01-04 10:43:37下载
- 积分:1
-
OVM
A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf,以上论文提出的求解病态线性方程组的一种较新梯度下降法(A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf, more than one paper proposes solving ill-conditioned linear equations newer gradient descent)
- 2017-01-25 13:44:04下载
- 积分:1
-
1
计算矩阵各点之间的距离,并选取合适的点,适用于大型矩阵的计算(Calculate the distance between the points of the matrix)
- 2020-06-19 19:20:02下载
- 积分:1
-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1