-
Main
Numerical solution of wave equation using three methods, 1)Upwind 2)Leap-Frog 3)Maccormack.
- 2014-11-19 15:33:04下载
- 积分:1
-
dlan
一个DLAN的例子,非常的有意思,希望能够有帮助(An example of a DLAN, very interesting, hope to be able to help)
- 2015-03-27 13:13:34下载
- 积分:1
-
P1_code_shiftXalpha
实现光场相机功能仿真,输入图像,完成对图像的光场处理(Realizing the function simulation of light field camera)
- 2017-11-16 11:33:31下载
- 积分:1
-
waston
基于waston的自适应数字水印算法,部分可用,需要的朋友请参考。(Adaptive digital watermarking algorithm based waston partially available, please refer friends.)
- 2013-01-18 22:24:34下载
- 积分:1
-
WinkelMIDIR
Matlab programm to calculate the angle of incident beam with gaussian profile.
- 2010-06-29 22:25:24下载
- 积分:1
-
work122
这是用MATLAB编写的进行调色板图形绘制的程序(This is prepared by using MATLAB to carry out the procedure Rendering palette)
- 2007-12-12 13:41:08下载
- 积分:1
-
Diffusion-k-tensor-Estimation
Diffusion k-tensor Estimation from Q-ball imaging using discretized principal axes
- 2013-11-16 10:14:44下载
- 积分:1
-
fuipan
重要参数的提取,滤波求和方式实现宽带波束形成,包括最小二乘法、SVM、神经网络、1_k近邻法。( Extract important parameters, Filtering summation way broadband beamforming, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
- 2021-02-19 16:39:43下载
- 积分:1
-
CEEMD
法国人改进EMD的新程序,包含了EMD,EEMD,CEEMDAN算法,并含有具体例子(A complete ensemble empirical mode decomposition with adaptive noise.pdf)
- 2020-06-30 22:20:01下载
- 积分:1
-
nntest6
function nntest6(action,flag)
NNTEST6 View and Control Neural network.
See also SIMUFF.
Koos j. den Oudsten, 1-20-99
koos@phil.uu.nl
Copyright (c) 1998-99 by KoosSoft vof
$Revision: 0.4 $ $Date: 1999/01/27 22:29:28 $
global Xx w1 b1 w2 b2 hidden mlp
if nargin < 1
action = start
end
On recursive calls get all necessary handles and data.
if ~strcmp(action, start )
childList = allchild(0)
nn_fig = childList(find(childList == gcf))
ud = gco
popupvalue = get(ud.popup, Value )
- 2010-03-04 17:12:54下载
- 积分:1