-
WAVELAB850
老外写的小波变换的工具箱,基于MATLAB环境;压缩包内有详细的说明和相关Demo,参考价值较高。(Written by foreigners Wavelet Toolbox, MATLAB-based environment compressed packet has detailed instructions and Demo, a high reference value.)
- 2008-05-09 10:24:06下载
- 积分:1
-
Upload_to_FileExchange
使用基于机制的PK / PD建模SimBiology(Examples used in the March 2012 webinar: Using SimBiology for Mechanism-Based PK/PD Modeling)
- 2012-05-12 17:33:24下载
- 积分:1
-
动态随机一般均衡代码
基于MATLAB的动态随机一般均衡模型的代码。(The code of the dynamic stochastic general equilibrium model based on MATLAB.)
- 2021-01-29 21:18:33下载
- 积分:1
-
dct
这是用matlab写的dct代码用于图像的信息的隐藏和提取。。部分老师写的哦。(This is used to write the DCT matlab code for the image and extract the hidden information. . Oh part of the Writing Teacher.)
- 2009-03-19 22:06:29下载
- 积分:1
-
lya21
说明: 混沌理论中的李雅普诺夫指数计算方法,基于matalb软件编写 含有部分注释(Chaos Theory in the Lyapunov exponent calculation methods, based on software development, containing part of matalb Notes)
- 2008-08-28 16:25:11下载
- 积分:1
-
comp
The code classification of a benchmark to evaluate the accuracy of binary images
- 2012-12-29 17:14:17下载
- 积分:1
-
simulink-of-suspension
悬架二自由度模型,方便您对悬架进行分析例如振动分析(Two degrees of freedom suspension model, to facilitate your analysis such as vibration analysis of suspension)
- 2011-04-29 15:21: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
-
62788
my experiments which are very useful
- 2015-01-23 01:00:08下载
- 积分:1
-
perceptron
% 单层感知器 与、或、以及其他逻辑功能的实现
% 采用step逐步逐行运行方式,了解学习过程的细节
% 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。(% Implementation of Single Layer Perceptron and, or, and Other Logic Functions
% Use step-by-step operation to understand the details of the learning process
% Trying to redefine T in the program, observing the possibility of XOR operation (T = 1010) implemented by the perceptron.)
- 2020-06-20 03:40:01下载
- 积分:1