-
code-examples
图像处理教程案例,源码程序,刚入门的学者不妨一阅,必然好处多多。(Image processing tutorial cases, source program, just to get a scholar might read, certainly many advantages.)
- 2013-08-27 22:05:11下载
- 积分:1
-
Program
本代碼實現的是將指定英文字段中不重復的單詞個數統計出來。主要借用了dictionary來實現(This code is the specified word statistics the number of out not to repeat the English in the field. Mainly used to achieve dictionary)
- 2014-11-24 21:43:39下载
- 积分:1
-
cgsvd
CGSVD Compact generalized SVD of a matrix pair in regularization problems.
sm = cgsvd(A,L)
[U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu]
Computes the generalized SVD of the matrix pair (A,L):
[ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv(X)
[ L ] [ 0 V ] [ 0 eye(n-p) ]
[ diag(mu) 0 ]
where
U is m-by-n , sigma is p-by-1
V is p-by-p , mu is p-by-1
X is n-by-n .
It is assumed that m >= n >= p, which is true in regularization problems.
Reference: C. F. Van Loan, Computing the CS and the generalized
singular value decomposition , Numer. Math. 46 (1985), 479-491.
Per Christian Hansen, IMM, 12/19/97.
Initialization.
- 2021-03-25 20:29:14下载
- 积分:1
-
unconditional-logistic-regression
说明: logistic回归分析相关资料分析总结1(logistic regression analysis, Data Analysis Summary 1)
- 2011-04-07 11:15:18下载
- 积分:1
-
vsfunc
用M文件S函数编写的变步长的连续时间变量的仿真(This example S-function illustrates how to create a variable step block in Simulink.)
- 2010-05-18 20:10:52下载
- 积分:1
-
matlab-6.0-Math-Handbook
matlab数学手册,矩阵及其基本运算、数值计算与数据分析、符号运算、概率统计、优化问题、模糊逻辑、绘图与图形处理(matlab Math Handbook)
- 2015-03-10 14:54:32下载
- 积分:1
-
MatLab
介绍一些matlab在数学方面的应用,非常详细,具有很好的参考价值(Matlab some applications in mathematics, very detailed, with a good reference value)
- 2009-05-10 16:28:21下载
- 积分:1
-
subspace
两个关于子空间语音增强的算法,都是基于Loizou的文章的(Two on subspace speech enhancement algorithms are based on the article Loizou)
- 2011-06-09 17:33:37下载
- 积分:1
-
ch3
数学建模,用于小程序的建模,十分有用,毕业设计用的( ground wave radar simulation MATLAB program gives the graphical interface)
- 2013-02-20 06:15:51下载
- 积分:1
-
HHT-CODE
画出每个IMF分量及最后一个剩余分量residual的图形 画出每个IMF分量及剩余分量residual的幅频曲线 用Hilbert变换直接求该信号的瞬时频率 计算HHT时频谱和边际谱(Draw each IMF component and the last one remaining residual component graphics draw each IMF component and the amplitude of the remaining component of the residual frequency curve directly seeking the instantaneous frequency of the signal with the Hilbert transform spectrum and marginal spectrum calculation HHT)
- 2013-03-10 17:51:58下载
- 积分:1