-
MATLAB5.3GoodProgrammingAndAplication
MATLAB5.3精彩 编程及高级应用,不错的文档
- 2010-01-13 12:43:22下载
- 积分:1
-
Filtbank
计算声压级及滤波器设计的,具有很重要的作用( One-third-octave band frequency analyser)
- 2013-10-21 19:49:29下载
- 积分:1
-
reflectivity_DBR
Copyed from a Phd paper:This program calculates the reflectivity of a DBR stack。
- 2010-09-22 19:14:19下载
- 积分:1
-
exact_alm_rpca
ALM fo Robust PCA,实现RPCA(ALM fo Robust PCA)
- 2013-01-08 19:04:41下载
- 积分:1
-
PART2(Load-Flow)
This file is GUI in MATLAB that use for load flow in the network.
- 2013-09-20 20:36:12下载
- 积分:1
-
sem_learn2
谱元法(SEM)学习程序之二,用于对各类波场的模拟计算(Spectral element method (SEM) study of two procedures for various types of wave field simulation)
- 2010-12-15 11:08:07下载
- 积分:1
-
Entropy
计算近似熵、改进的样本熵及优化的模糊熵,均为matlab下编辑的程序,是很好的复杂度指标(approxy entropy, sample entropy and fuzzy entropy matlab code )
- 2020-09-04 11:48:14下载
- 积分:1
-
GaussAprox_BestFit_Optimization1_hw7.m
Gauss best fit approximation
- 2014-08-11 17:00:34下载
- 积分:1
-
matls
matlab基于神经网络,能够较好的实现,作预测的matlab程序,BP神经网络算法的matlab代训练好的网络文件预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图(MATLAB-based neural net)
- 2013-05-24 10:39:55下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1