-
SeismicLab
GeoPhysics at the University of Alberta
提供的一个基于Matlab的地震处理软件(GeoPhysics at the University of Alberta provided a Matlab-based seismic processing software)
- 2007-08-24 10:52:39下载
- 积分:1
-
20095395454
电表数字检测,自己写的,用的是matlab语言(Meter digital testing, their written language using the matlab)
- 2010-05-12 15:16:01下载
- 积分:1
-
stochastic-competition-model
stochastic competition model
- 2012-05-02 19:11:24下载
- 积分:1
-
toci
Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks and scale-free BA network, the program generated from the mechanism of these networks to generate the complex network model and analysis its basic nature, such as the average path length.
- 2009-12-07 17:23:45下载
- 积分:1
-
Mean-Gaussian-noise-filter
说明: 均值滤波对高斯噪声的影响,均值滤波是经典滤波算法,用于图像处理领域,本代码用matlab开发。(Mean Gaussian noise filter, mean filter is a classical filtering algorithm for image processing, the code developed using matlab.)
- 2011-02-23 21:08:29下载
- 积分:1
-
NMFLAB-Guidebook-Cichocki-Zdunek
这是nmflab的操作指导书,可以当成一个工具箱添加到matlab中,其中包含nmf几种经典的算法,很有指导意义!(This is the operating instructions nmflab can be added as a toolbox to matlab, which contains nmf several classic algorithms, is very instructive!)
- 2013-11-26 17:55:05下载
- 积分:1
-
qicheqiziyouduchengxubijiao
汽车七自由度改编的振动程序,采用对比方法比较了《汽车振动分析》里面的振动程序,欢迎大家下载学习与交流(vibration of the car with seven degrees)
- 2013-12-22 15:18:06下载
- 积分:1
-
meshless1D
自己整理出来的几个常用的一维无网格方法的matlab程序。(Organize their own out of several commonly used one-dimensional meshless method matlab program.)
- 2009-04-21 20:27:34下载
- 积分:1
-
testAMSSR
利用阵列随机共振系统处理AM信号,比较处理前后的加噪信号波形,可以发现SSR系统具有抑制噪声的作用,(Stochastic resonance system using array processing AM signals, comparing before and after adding noise signal waveform, can be found SSR system has a noise suppression effect)
- 2011-05-18 17:32:19下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1