-
tswcs
基于小波基的树结构的贝叶斯方法,采用MCMC推断方法。(Tree structure of wavelet-based Bayesian methods using MCMC inference method.)
- 2009-10-28 15:26:03下载
- 积分:1
-
lms
神经网络中lms算法的matlab实现和在分类中的应用(Lms of neural network algorithm matlab realization and application in the classification)
- 2009-05-17 02:12:17下载
- 积分:1
-
drawing
matlab经典算法程序中关于绘图问题的具体指导资料 给需要的朋友们以启发(classical algorithm matlab program drawing problems specific guidance on information to friends who need to inspire)
- 2013-11-13 11:23:12下载
- 积分:1
-
uimenu
此代码为GUI程序设计中的uimenu的所有例子,可以让初学者迅速的掌握uimenu的使用方法。(This code for the GUI program design uimenu in all the examples, so that beginners can quickly master the use of uimenu.)
- 2007-07-17 21:48:05下载
- 积分:1
-
zhongshu
人脸识别 求特征向量 均值脸 pca 特征值 支持向量包 各种M文件 支持向量机的应用发展等(Mean face recognition pca eigenvector eigenvalue vector covering all M documents the application of support vector machine development)
- 2010-05-06 10:16:12下载
- 积分:1
-
startpoint
该函数是常用于求解采样信号的起点的matlab函数(matlab function used for the start point of signal)
- 2013-01-30 10:41:31下载
- 积分:1
-
DPA-for-SM4
利用MATLAB对SM4算法电路进行差分功耗分析攻击进行仿真,通过仿真可以实现对SM4加密算法的攻击。(it s the differential power analysis attack simulation for SM4 algorithm,which is realized in MATLAB language. From the simulation waves and results,the DPA for SM4 encryption algorithm is successful.)
- 2020-11-13 15:59:43下载
- 积分:1
-
zhuchengfen
主成分分析方法在各个变量之间相关关系研究的基础上,用较少的新变量代替原来较多的变量,而且使这些较少的新变量尽可能多地保留原来较多的变量所反映的信息一种方法。(Principal Component Analysis in the relationship between the various variables on the basis of the study, with fewer new variables replace the original more variable, but made them less a new variable as much as possible to retain the original variables that reflect more information methods)
- 2009-09-17 16:28:35下载
- 积分:1
-
lizi2
说明: 采用白噪声作为输入,最小二乘算法,并用于求解丢潘图方程(Using white noise as input, least squares algorithm, and graph equations for solving lost Pan)
- 2010-04-27 19:07:38下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1