-
FDTDforSARY
FDTD thuậ t toan de giai phuong trinh vi phan dao ham rieng bang phuong phap
- 2010-10-14 17:56:03下载
- 积分:1
-
lvq
学习向量量化神经网络模型与学习算法及MATLAB实现(Learning vector quantization neural network model and learning algorithm)
- 2011-12-01 18:23:00下载
- 积分:1
-
Basic-Digital-Electrical-Circuit
Sourc code of basic digital electrical circuit with AND, OR, NOT, NAND, NOR, probes and sources.
- 2015-01-11 01:39:29下载
- 积分:1
-
MATLABerweihuitu
第06讲 MATLAB绘二维图数字图像处理课件-matlab语言基础,很适合做图像如理入门使
用系列(Digital image processing based on matlab language
courseware), very suitable for image such as
introduction to use series)
- 2013-11-13 20:26:50下载
- 积分:1
-
pskpam
psk and pam modulation and demodulation with noise
- 2013-12-10 23:43:55下载
- 积分:1
-
l-m_based
说明: 基于相位相关和L-M的图像拼接算法,感兴趣的可以参考一下。(Phase correlation and the LM-based image mosaic algorithm)
- 2010-04-11 21:44:52下载
- 积分:1
-
cycle
循环阈值进行图像分割的源代码,是阈值分割的一种(Cycle threshold for image segmentation source code, is a thresholding)
- 2014-09-22 20:50:18下载
- 积分:1
-
FINDcOUNTOUR-(3)
FIND COUNTOUR WITH FAMOUS ALGORITHMS
- 2012-08-17 00:39:29下载
- 积分:1
-
SSB
Implementation of Single Side Band (SSB) Modulation-Demodulation
- 2013-12-04 20:12:57下载
- 积分: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