-
Stegano
Stegano in matlab F5 algorithm
- 2011-03-06 12:37:46下载
- 积分:1
-
em-three-preference
说明: 基于EM算法,可以估计在混合高斯分布下的三个参数(EM expection)
- 2011-03-18 13:10:44下载
- 积分:1
-
HW-Qasem
fin and bar heat transfer codes FV and FD
- 2012-05-27 07:17:02下载
- 积分:1
-
systemOpt_EMA2
matlab用于模拟程序化交易。双EMA交易系统,用于优化参数。(matlab for simulating program trading. Two-EMA trading system, used for parameter optimizing.)
- 2015-02-25 11:35:32下载
- 积分:1
-
混沌时间序列的预测matlab例程,自己编的,希望大家不要见笑...
混沌时间序列的预测matlab例程,自己编的,希望大家不要见笑-Chaotic time series prediction matlab routines, own, and hope that we will not stock
- 2022-10-05 10:05:03下载
- 积分:1
-
KNN
说明: 用k-means算法实现KNN算法,是模式识别中的经典算法再现(K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction)
- 2010-05-04 20:24:37下载
- 积分:1
-
subfunction
5个子函数,包括格拉布斯剔除异常值函数,牛顿插值法函数,拉格朗日插值法函数,希尔排序函数,莱以特准则剔除异常值函数,函数方便移植。(5 sub-functions, including functions Grubbs outliers removed, Newton interpolation function, Lagrange interpolation function, Hill sort function, Levin special criteria to exclude outliers, function to facilitate transplantation.)
- 2013-06-25 11:43:51下载
- 积分:1
-
nonlinear
Nonlinear Problem Files Collection (A collection of example programs and algorithms dealing with the solution of nonlinear problems.
The following files are included (among others):
damped Newton s method (see screenshot)
Newton s method example, system case
Fixpoint iteration.
)
- 2009-05-14 04:46:21下载
- 积分:1
-
ASD
自适应子空间分解(ASD)算法的程序。用于高光谱图像降维(ASD on hyperspectral)
- 2010-03-12 09:47:53下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1