-
dynmodes
% DYNMODES calculates ocean dynamic vertical modes
% taking a column vector of Brunt-Vaisala values (Nsq) at
% different pressures (p) and calculating some number of
% dynamic modes (nmodes).
% Note: The input pressures need not be uniformly spaced,
% and the deepest pressure is assumed to be the bottom.( DYNMODES calculates ocean dynamic vertical modes taking a column vector of Brunt-Vaisala values (Nsq) at different pressures (p) and calculating some number of dynamic modes (nmodes). Note: The input pressures need not be uniformly spaced , and the deepest pressure is assumed to be the bottom.)
- 2008-05-08 10:35:06下载
- 积分:1
-
Gauss_elimination
Gauss Elimination Algorithm is used to solve linear equations in the form Ax=B, find rank of matrix and to find inverse of matrixes. The program is done in matlab platform.
- 2009-06-16 16:23:40下载
- 积分:1
-
matlab
说明: 购买的matlab基础书中所有例子!希望对你有帮助,欢迎下载!(Matlab-based book buying all the examples! Want to help you are welcome to download!)
- 2010-03-26 17:14:06下载
- 积分:1
-
PCA-Face-Recognition-Matlab
基于PCA算法的matlab人脸识别代码及附注(Face Recognition.)
- 2012-04-12 15:01:44下载
- 积分:1
-
New-Microsoft-Word-Document
it will nagative the i/p image
- 2013-12-17 18:50:42下载
- 积分:1
-
kolmog
最小平方反褶积是把地震子波压缩成尖脉冲,从而使地震记录能够直接反映地下反射系数序列(Least squares deconvolution of seismic waves are compressed into spikes, which can directly reflect the seismic record subsurface reflection coefficient series)
- 2015-01-21 19:50:14下载
- 积分:1
-
Adaptive-filter
详细介绍了稳态自适应滤波器的性能及其实现过程。(Details of the steady-state performance of the adaptive filter and its implementation process.)
- 2013-04-29 14:54:37下载
- 积分:1
-
setup_lab_heli_2d
这是一篇关于二自由度直升机模型的源代码,可以赋初值(This is a two-DOF helicopter model on source code)
- 2013-11-28 21:17:18下载
- 积分:1
-
laplacian_of_gaussian_convolution_filter.m
laplasian gaussian filter
- 2010-12-15 10:23:02下载
- 积分:1
-
gatbx
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群(Genetic algorithm,GA,SGA)
- 2014-08-15 09:50:37下载
- 积分:1