-
Edgelink
说明: 一个图像的边缘连接程序,可以将两幅图像无缝连接成一幅图像。(an image edge connector process, which would be two images into one seamless image.)
- 2006-05-02 13:30:45下载
- 积分:1
-
MOM
method of moment to solve Current distribution of Dipole Antenna
MOM方法解决天线电流分布问题(method of moment to solve Current distribution of Dipole AntennaMOM solution to the issue of antenna current distribution)
- 2007-04-14 06:54:12下载
- 积分:1
-
OOK调制
旨在仿真OOK信号,这是国家重大项目的一个子课题,编译程序验证(Designed to simulate OOK signals, which is a sub task of national major projects, compiler verification)
- 2017-06-26 15:13:37下载
- 积分:1
-
matlabforopt
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助(optimal MATLAB realized, said very comprehensive Oh, we want to help)
- 2007-07-09 02:14:20下载
- 积分:1
-
EEGANALYSIS
科学出版社的<脑电信号分析方法及其应用>书中代码(Science Press " Brain Signal Analysis and Its Applications> book code)
- 2010-05-15 17:13:51下载
- 积分:1
-
matlab-source-code
matlab入门到精通,书的各章例程都有,可配套书一起学习(matlab entry to the master, the book has chapters routines can be written with the learning support
)
- 2011-12-14 08:47:57下载
- 积分:1
-
Sample150
一个蓝牙系统的matlab/simulink实现程序,代码完整,经过调试(A Bluetooth system, matlab/simulink realization of program, code integrity, through the commissioning)
- 2010-06-12 05:00:31下载
- 积分:1
-
costFun
针对视频中的运动估计的钻石搜索法,比三步搜索法好,有源码以及数据。(Motion estimation for video in the diamond search, better than the three-step search method, with source code and data.)
- 2010-11-23 14:54:55下载
- 积分:1
-
主成分分析法
在MATLAB中,利用主成分分析法解决数学建模中的问题(In MATLAB, principal component analysis is used to solve problems in mathematical modeling.)
- 2018-08-31 20:37:02下载
- 积分: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