-
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
-
LCM128647
介绍了相关的说明文档及应用手册,及其机械构造,尺寸等(Introduce the relevant documentation and application manual, and its mechanical construction, size, etc.)
- 2007-10-15 10:09:51下载
- 积分:1
-
negbin_fit
运用matlab语言基于极大似然估计法对非负二项进行拟合的小程序(Matlab language use based on maximum likelihood estimation method for two non-negative small-fitting procedures)
- 2007-10-23 15:12:06下载
- 积分:1
-
matlabGUI
基于matlabGUI界面下的电子双缝衍射实验的现象模拟,设置的可输入参数有:缝宽a,双缝间距b,加速电压U,缝屏距离D和电子数目n(Electronic Computer Simulation of double-slit diffraction)
- 2011-01-15 13:45:26下载
- 积分:1
-
fit_ML_maxwell
fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
Given the samples of a log-normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2))
with parameters: m,s
format: result = fit_ML_log_normal( x,hAx )
input: x - vector, samples with log-normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
m,s - fitted parameters
CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:08:34下载
- 积分:1
-
ex4
仿真V-BALST结构MMSE检测算法性能,调制方式为QPSK(Simulation V-BALST structure MMSE detection algorithm performance, the modulation scheme is QPSK)
- 2014-10-31 14:29:38下载
- 积分:1
-
zaoshenghuajing-xiayuyin-jiance
语音的端点检测 噪声可以自己加 使用阈值进行检测 能量的阈值跟据经验来进行决定(Speech endpoint detection noise can add to the threshold detection energy threshold according to experience to the decision)
- 2012-05-30 20:18:48下载
- 积分:1
-
zjqxszx
本算例用正交多项式,采用最小二乘法拟合散点函数曲线,程序为MATLAB编写!(zuixiao ercheng duoxiangshi)
- 2013-10-12 21:17:48下载
- 积分:1
-
neural-network-matlab-source-program
关于神经网络的matlab源程序,程序内有详细的注释。(About neural network matlab source program with detailed notes.)
- 2013-12-10 09:32:06下载
- 积分:1
-
ofdmmm
OFDM,QPSK调制下仿真程序,包括信道编解码,调制解调,上下采样(OFDM, QPSK modulation simulation program, including channel coding and decoding, modulation and demodulation, and down sampling)
- 2013-12-11 17:20:01下载
- 积分:1