-
(2007)Matlab
这是matlab的一本英文书,很适合初学者学习,是2007年出的,比较新(This is a matlab English books, is very suitable for beginners to learn, is out in 2007, a relatively new)
- 2007-11-28 10:44:12下载
- 积分:1
-
Cholesky
说明: Cholesky分解 Matlab程序 关于科学计算方法(Cholesky decomposition of Matlab procedures on scientific calculation method)
- 2008-10-31 11:04:07下载
- 积分:1
-
lab
matlab基础,关于自相关函数的,并且它很实用,很多教材都用到了(matlab based on the autocorrelation function, and it was practical, many materials are used in the)
- 2011-04-26 09:21:01下载
- 积分:1
-
bchc
matlab simulink boost converter
- 2012-06-12 03:50:10下载
- 积分:1
-
hpec07_cuda_final
pdf file see Accelerating MATLAB with CUDA The MATLAB scripts solve the Euler equation in vorticitystream
function using a pseudo-spectral method
- 2010-11-18 19:49:29下载
- 积分:1
-
huidubianhuan
说明: 直方图灰度处理,最基本的程序,比较简单,是matlab图像处理中的入门级的程序。有助于基本的运用理解。(Gray histogram processing, the most basic procedure is relatively simple, matlab image processing is the entry-level program. The use contribute to basic understanding.)
- 2011-02-21 13:11:38下载
- 积分:1
-
GeLei_Split
输出一个正整数的所有格雷码序列及一正整数的所有升序拆分序列(output a positive integer Gray all sequences and a positive integer of all ascending sequence Resolution)
- 2006-09-23 22:17:27下载
- 积分:1
-
kalman-file
一种改进的自适应滤波器的状态估计,效果非常之好,是用MATLAB编写的,直接在matlab下运行就可以看到完美的滤波效果,自适应算法是sage—husa算法,较传统的滤波器有很大提高(An improved adaptive filter state estimates, the effect is very good, is written in MATLAB, directly in matlab running, you can see a perfect filtering effect, the adaptive algorithm is sage-husa algorithm, than the traditional filtering has greatly improved)
- 2020-12-10 21:09:19下载
- 积分:1
-
matlab
matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。(matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.)
- 2009-06-01 16:06:48下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1