-
fivephase
mathematical modelling of five phase induction motor and simulink/matlab
- 2011-11-29 23:01:49下载
- 积分:1
-
MATLAB中继选择源代码
说明: MATLAB中继选择源代码 。
MATLAB中继选择源代码 。(Matlab relay selection source code.)
- 2020-05-07 00:50:13下载
- 积分:1
-
matlab
将骨头图片进行滤波,增强等等操作,得出理想图像。(Bones picture filtering, to enhance the operation and so on, come to the ideal image.)
- 2009-06-22 12:26:24下载
- 积分:1
-
MOEA
一篇带约束条件的基于多播QOS多目标算法的论文。(Constraints QoS Multicast Routing Based on MOEA)
- 2011-05-14 18:53:41下载
- 积分:1
-
AGsymt
genetic algorithme pass band filter
- 2012-04-20 23:07:50下载
- 积分:1
-
GA_Optimization
用遗传算法求解函数最优问题,注释详细,过程详细,值得参考和学习,稍微修改能用于解答其他问题!(Function using genetic algorithm optimization problem, detailed notes, the process in detail, it is worth reference and learning, a slight modification can be used to answer other questions!)
- 2013-11-05 00:26:12下载
- 积分:1
-
zishiyingzaoshengduixiao
设计一个2阶加权自适应噪声对消器,对经加性白高斯噪声信道干扰的正弦信号进行滤波。(Design a two-order-weighted adaptive noise canceller, right through the additive white Gaussian noise channel interference sinusoidal signal filtering.)
- 2010-01-13 18:18:24下载
- 积分:1
-
FSELIB
some electromagnetics script
- 2011-07-12 01:26:15下载
- 积分:1
-
prtools
Pattern recognition tool in matlab.
- 2011-07-30 03:30:47下载
- 积分: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