-
chapter11
说明: 遗传算法,双层编码,解决柔性作业车间调度。(Genetic algorithm, double-layer coding, to solve flexible job shop scheduling.)
- 2020-01-11 19:49:56下载
- 积分:1
-
yuzhifenge
利用迭代法实现图像阈值分割,简单好用,自带matlab图像直接运行(terative method to achieve image segmentation, easy to use, comes directly run matlab image)
- 2013-09-22 14:43:27下载
- 积分:1
-
SplitBregmanTVdenoising
说明: matlab code of TV using splitBregman algorithm for image denoising
- 2019-11-04 18:39:24下载
- 积分:1
-
Matlab-Code-for-Image-Representation
特征代表的一些方法,希望对大家有用,大家可以看一下(Characteristics representative of some of the ways the hope that useful, we can look at)
- 2012-04-14 11:06:38下载
- 积分:1
-
minimum
matlab code for minimum energy point at particular
vdd suply this is contour code.
- 2013-10-26 20:30:36下载
- 积分:1
-
Filtro-3-vias
This is a model of a QPSK modulation system for transmission over a bandpass channel with fc = 100 Hz and B = 30 Hz and AWGN at the receiver. SRRC fi lters with excess bandwidth α = 0.18 are employed. The receiver includes an NDA timing recovery loop followed by a DD phase recovery loop. The transmitter?s symbol period is T and set to a value of 100 ms. The symbol period at the receiver is Tr. The model will produce six windows: Two constellation plots and two eye diagrams (for the real part only), at the output of the matched fi lters and after the recovery loops a plot of the phase error (output of the NCO) and a plot of the fractional timing error (used in the interpolator). The frequency off set at the receiver is denoted by deltaf. The model simulates the transmission of 8000 QPSK symbols.
- 2015-02-03 08:10:37下载
- 积分:1
-
correct
When using objectness in your application, it is important to take into account the score of a window returned by this software
- 2013-07-25 20:29:51下载
- 积分:1
-
Line-SImplification
The program is related to line simplification the given line
- 2014-11-20 09:08:34下载
- 积分:1
-
hypersonic-target-model
通过对高超声速目标各阶段分析,能够实现够高超声速目标的飞行轨迹。(Through the analysis of the hypersonic objectives in each stage, the flight trajectory can achieve enough hypersonic target.
)
- 2014-06-16 18:31: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