-
InstallGuide
The directory you selected may be incorrect, please re-select
- 2013-07-29 19:02:23下载
- 积分:1
-
GA
说明: 关于GA的c++代码和matlab代码的一个文件,可以做一个性能对比后,选择使用(On GA in c++ code and matlab code of a file, you can make a performance comparison, the option of using)
- 2010-06-01 15:29:19下载
- 积分:1
-
watermark-for-beginners
适合初学者使用的图像水印代码,代码不长,大约70行(Image Watermarking code for beginners)
- 2011-05-01 16:38:05下载
- 积分:1
-
wimax
说明: 实现matlab的ofdm编程,可以实现的,(Implementation of ofdm matlab programming, can be achieved,)
- 2011-04-07 10:58:14下载
- 积分:1
-
LABE23
Frequency-Shifting Properties of DTFT
- 2010-11-10 13:35:45下载
- 积分:1
-
kuopintongxin
面向对象程序设计实验代码,此代码属于基础代码。(Experimental object-oriented programming code, this code belongs to the underlying code.)
- 2009-12-08 15:02:37下载
- 积分:1
-
fem_50_heat
有matlab语言编程求解有关一种热传导方程的数值计算方法(a program which is a version of fem_50 for the time-dependent heat equation, by Jochen Alberty, Carsten Carstensen, Stefan Funken)
- 2013-01-02 21:06:12下载
- 积分:1
-
NS-FDM
Non-standard finite difference method for solution of partial differential equations
- 2014-11-25 20:48:47下载
- 积分:1
-
Doppler_cf
彩色多普勒成像分析,通过多普勒频谱进行彩色成像(Color Doppler)
- 2013-12-09 23:22:00下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1