-
Matlab-Simulation-Files
Matlab Simulation FilesMatlab Simulation Files(Matlab Simulation Files)
- 2013-08-03 10:43:19下载
- 积分:1
-
dizhenmoxing
自己编写的地震资料中地震褶积模型的建立,每一个部分都有标注,很清楚适用于初学者(I have written in the seismic data seismic convolution model, each part has a label, it is clear for beginners)
- 2010-07-13 09:26:50下载
- 积分:1
-
duijiaojiazai
自适应波束形成对角加载,能够增强处理的稳定性(adaptive beamforming with diagonal load,which is more robust )
- 2012-05-20 17:40:38下载
- 积分:1
-
yichuansuanfa
遗传算法的matlab工具箱,需要用到遗传算法的同志们可以下载哈(matlab toolbox based on matlab,you can get it to have a look)
- 2013-03-19 00:53:24下载
- 积分:1
-
greymodel
gm(1,1)matlab 代码,适合各种预测,并对结果给出误差(gm(1,1))
- 2009-11-24 22:18:56下载
- 积分:1
-
lms
自适均衡滤波器应算法程序,基于lms算法的,固定步长。(adaptive filter on lms)
- 2009-05-25 07:48:52下载
- 积分:1
-
tchfsvoise
gsm tch/fs语音信道传送接收过程仿真,包括外编码卷积码交织过程,仿真得到语音信号的误码率曲线。(gsm/fs voice transmission channel receiver process simulation, including the encoding process convolutional codes are intertwined, Simulation is the voice signal BER curves.)
- 2007-04-13 23:12:46下载
- 积分:1
-
cztmx
汽车ABS仿真abs又叫做防止刹车抱死系统。以往的刹车,通常是四轮同时有闸将轮胎抱死。达到减速停车效果。(Simulation of automotive ABS)
- 2012-04-14 11:41:19下载
- 积分:1
-
EchoCancellation
在github上下载的回声消除程序,有文档和代码,代码有MATLAB的和stm32的,可以借鉴参考下(Refer to the following on github download echo cancellation procedures, documentation and code, the code has MATLAB and stm32 can learn)
- 2014-11-05 09:45:51下载
- 积分: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