-
somearticle
给出一些参考有关图像融合的参考文章,两片英文文献,两篇中文文献(Give some information about the article reference image fusion, two pieces of English literature, two Chinese literature)
- 2010-05-29 11:05:43下载
- 积分:1
-
LBM_poiseuille_matlab
LBM法求解流体力学中的泊肃叶流问题,输入迭代次数,输出动态速度分布图。(LBM method in fluid mechanics Poiseuille flow problem, enter the number of iterations, output dynamic velocity distribution.)
- 2011-06-10 10:41:51下载
- 积分:1
-
ssd
这是模板匹配SSD的源代码,用MATLAB编写(This is template matching SSD source code, using MATLAB to prepare)
- 2009-03-09 19:36:25下载
- 积分:1
-
matlabCode
floyd最短路算法、dijkstra最短路算法、求网络的最小费用最大流(floyd shortest path algorithm, dijkstra shortest path algorithm, find the minimum cost maximum flow networks)
- 2009-12-29 16:20:23下载
- 积分:1
-
Fractal-dimensionmatlab-program
通过分形维数函数,提取数据特征并画出曲线,程序可以直接使用(By fractal dimension function, feature extraction data and draw the curve, the program can be used directly)
- 2015-03-24 15:15:02下载
- 积分:1
-
Manifold learning LE
说明: 流形学习(Manifold Learning)的一种算法:拉普拉斯特征映射(LE)(An algorithm of Manifold Learning: Laplacian Feature Mapping (LE))
- 2019-03-08 18:25:37下载
- 积分:1
-
siso_ofdm
IMT-Advanced标准下单天线OFDM通信系统中,MMSE估计和检测程序(siso-ofdm,MMSE algorith for estimate and detection)
- 2009-11-06 22:24:14下载
- 积分:1
-
Line-50Hz-electric-filter-algorithm
50hz线电滤波算法,剔除信号中的限电干扰(50hz power line filtering algorithm, brownouts eliminate signal interference)
- 2013-12-11 20:18:05下载
- 积分:1
-
matlab_FEM_dismesh
DistMesh giving a singular FEM matrix?(Hi
Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D:
rho_1 < rho < rho_2
where rho_1 is the radius of a Perfect Electric Conducting cylinder and rho_2 is where the mesh is truncated using an Absorbing Boundary condition.
Now, I ve written code to mesh the region myself (by dividing the region into annular rings and picking a fixed number of points on each ring) and I ve written another program which uses DistMesh to mesh the region. I get a nice solution using my own meshing code but the FEM matrix becomes singular when I use DistMesh. This is the DistMesh Code I used:
Circle with hole
rABC=1.5
rCyl=0.5
fdstring=sprintf( ddiff(dcircle(p,0,0, f),dcircle(p,0,0, f)) ,rABC,rCyl)
fd=inline(fdstring, p )
box=[-2,-2 2,2]
[p,N]=distmesh2d(fd,@huniform,0.04,box,[])
I tried changing box and the 0.04 value (initial edge length). But every time, the matrix becomes sin)
- 2010-06-05 09:17:55下载
- 积分:1
-
trust-region
信赖域法的MATLAB程序,包括2个子程序,性能超强!(the matlab program of Trust region, good!)
- 2020-06-30 09:40:02下载
- 积分:1