-
optimal_bw_dll
optimal bandwith mean shift
- 2010-05-16 17:14:42下载
- 积分:1
-
monituihuo
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序(The TSP (traveling salesman problem, traveling salesman problem) simulated annealing algorithm generic malab source)
- 2013-08-18 09:23:19下载
- 积分:1
-
Cours__015
convertiseur analogique numerique cours
- 2014-12-12 04:36:54下载
- 积分:1
-
SCN_Matlab-master
深度神经网络,去模糊,超分辨重建,matlab代码。(Deep Networks for Image Super-Resolution with Sparse Prior)
- 2016-06-27 16:43:04下载
- 积分:1
-
Particle_filter_SIR_demo1
说明: 粒子滤波对数据的预测与跟踪能力,对电池剩余寿命的预测(Prediction and tracking ability of particle filter for data)
- 2021-04-08 21:09:00下载
- 积分:1
-
makeSMFfile
this code is used to make smf file
- 2013-10-04 19:08:55下载
- 积分:1
-
5805
suppression of echo by using lms code
- 2011-10-02 22:59:51下载
- 积分:1
-
DistributedPowerControl
分布式功率控制算法,对研究CDMA功率控制很有帮助~(Distributed Power Control)
- 2013-12-13 15:48:04下载
- 积分:1
-
PyShearlets
说明: 剪切波代码实现 有Matlab和python两个版本 都是可以运行和跑通的(The implementation of shear wave code has two versions: MATLAB and python, which can run and run.)
- 2019-10-08 16:56:07下载
- 积分: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