-
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
-
MATLABorigin
matlab从入门到精通全书源代码,希望对大家有用(matlab book from entry to the master source code, useful for all of us hope)
- 2009-05-01 17:35:18下载
- 积分:1
-
supervision
system identification
- 2013-02-28 04:02:33下载
- 积分:1
-
sliding mode
说明: 主要讨论了几种不同的滑模控制算法,可用于轨迹跟踪。(Several different sliding mode control algorithms are discussed, which can be used for trajectory tracking)
- 2021-04-08 13:19:01下载
- 积分:1
-
maincode
MMSE detection with qpsk
- 2010-07-26 21:32:32下载
- 积分:1
-
PIO
基于新型群智能算法-鸽群算法的图像配准程序。(a novel swarm intelligent optimization algorithm- pigeon inspired optimization for the image registration.)
- 2016-10-20 15:51:08下载
- 积分:1
-
Mimotools-optimize
很好用的MIMO仿真分析工具,对于MIMO理解很有帮助(good use of MIMO simulation analysis tool, useful for understanding MIMO)
- 2007-01-10 16:30:31下载
- 积分:1
-
DPD_example
預失真是一種用於改善無線電發射機放大器線性度的技術。大多數電信系統中的無線電發射機放大器需要是“線性的”,因為它們必須準確地再現其輸入端存在的信號。 壓縮其輸入或具有非線性輸入/輸出關係的放大器導致輸出信號濺到相鄰的射頻上。 這會對其他無線電信道造成乾擾。(Predistortion is a technique used to improve the linearity of radio transmitter amplifiers. Radio transmitter amplifiers in most telecommunications systems are required to be "linear", in that they must accurately reproduce the signal present at their input. An amplifier that compresses its input or has a non-linear input/output relationship causes the output signal to splatter onto adjacent radio frequencies. This causes interference on other radio channels.)
- 2019-02-21 23:04:45下载
- 积分:1
-
Voicerecog
this code contain function and simple program for voice pattern recognition using MELCEPST
- 2010-01-01 11:25:29下载
- 积分:1
-
001
说明: 产生雷达中常用的sinc函数和chirp函数,以及均匀分布和高斯分布的白噪声(Commonly used in radar have sinc function and the chirp function, as well as the uniform distribution and Gaussian distribution white noise)
- 2008-11-26 21:04:22下载
- 积分:1