-
Observer
This is a MATLAB GUI app. with attached Luenbergers obserwer for 2 pots
- 2010-12-25 20:14:51下载
- 积分:1
-
ARmatlab
AR算法的matlab程序代码,自己写的,比较实用,欢迎批评指正(AR matlab codes wrote by myself)
- 2009-12-02 02:31:54下载
- 积分:1
-
gaborfilter
this is gabor filter working good
- 2010-12-10 04:56:58下载
- 积分:1
-
ajas381961-1966
improving mechanical characteristics of inverter-induction motor drive system
- 2010-02-07 18:55:10下载
- 积分:1
-
PSOt
这是关于粒子群算法的matlab程序,希望可以对有需要的人有帮助!(This is the particle swarm algorithm matlab procedures, hope that can help people in need!
)
- 2014-08-28 16:21:56下载
- 积分:1
-
EKF
杂波环境下基于EKF的多传感器的数据融合(Clutter environment EKF-based multi-sensor data fusion)
- 2008-01-08 11:54:10下载
- 积分:1
-
xiaoboquzaoyuzhixuanze
详细对比了几种小波去噪阈值的选取方法,对实际应用有一定的指导作用(Detailed comparison of several wavelet de-noising threshold selection method, the practical application of the guiding role of certain)
- 2009-10-30 14:54:28下载
- 积分:1
-
Matlab-code-for-CS-reocvery
压缩感知的各种经典还原算法,BP,OMP,CoSaMP,LP等等。(Compressed sensing a variety of classical reduction algorithm, BP, OMP, CoSaMP, LP and more.)
- 2013-11-02 12:46:10下载
- 积分:1
-
matlab-neural-network
本代码通过matlab工具箱,对神经网络问题进行了研究,0-2代码对于神经网络进行训练,函数选择和误差调试,3代码对电路故障参数进行训练诊断,4代码对涡轮机故障参数进行故障诊断(The code through the matlab toolbox neural network conducted a study, 0-2 code for neural network training, function selection and error debugging, code 3 circuit fault diagnosis training parameters, four turbine fault code parameters for fault diagnosis)
- 2014-12-24 12:38:49下载
- 积分: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