-
MATLAB70ch8
说明: 《MATLAB 7.0编程基础》第8章 (源码实例)主要讲解MATLAB图形用户界面设计("MATLAB 7.0 programming foundation" Chapter 8 (source code examples) mainly on MATLAB graphical user interface design)
- 2006-03-20 23:44:33下载
- 积分:1
-
genetic-algorithm
基于艾德尔菲大学的遗传工具箱具体应用指导,非常详细(Application specific instruction genetic toolbox based on Edel Faye University, very detailed)
- 2013-11-08 19:58:49下载
- 积分:1
-
cs-514
This is the previous year question paper of Software Engineering and Methodologies of M.Tech CSE
- 2014-01-20 23:04:10下载
- 积分:1
-
DSSS
实现通信抗干扰的跳频通信,希望对初学通信抗干扰的同志有所帮助(To achieve interference rejection for frequency hopping communication, hope to comrades beginner help communication interference)
- 2021-04-01 20:19:07下载
- 积分:1
-
JPEG_compression_image.m
利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。(Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Huffman coding analog channels transmitted images. Adopted Matlab2009A test.)
- 2010-08-16 21:15:43下载
- 积分:1
-
One-DimensionalDiscrete
One-Dimensional Discrete
Wavelet Transforms
(One-Dimensional Discrete Wavelet Transf orms)
- 2007-06-19 16:41:29下载
- 积分:1
-
Installing-ns2-on-UBUNTU-14
Implementing NS-2.35 on Ubento 14
- 2015-03-18 16:41:57下载
- 积分:1
-
Gabor-Matlab
用matlab编写的Gabor滤波器,得虚部和实部(Matlab prepared by the Gabor filter, imaginary part and real part)
- 2014-01-19 16:48:02下载
- 积分:1
-
Frame-difference-method
帧差发源代码,来自matlab中文论坛,毕业设计需要(The frame difference originated code from Matlab Chinese Forum, graduation design needs)
- 2013-05-19 21:13:01下载
- 积分: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