-
MPEG_Decoder
code for the mpeg decoder.
- 2011-01-24 18:36:54下载
- 积分: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
-
QPSKcode
QPSK调制信号的仿真程序,用于MATLAB仿真,功能比较强大,有图像输出(QPSK modulation signal simulation program for the MATLAB simulation, the more powerful features, there is the image output)
- 2011-05-24 13:41:05下载
- 积分:1
-
yunfang
运放电路分析,非常实用,简单易懂,有图解分析。(Op amp circuit analysis, is very practical, easy to understand, there are graphic analysis.)
- 2010-09-14 10:34:52下载
- 积分:1
-
color_mix
Matlab, picture, example of color mix
- 2010-01-01 00:57:29下载
- 积分:1
-
abc
说明: 给图像添加噪声,驱除噪声,具体的说就是先添加高斯噪声等等,然后通过中值滤波,自适应滤波等等(Add noise to the image, get rid of noise。Specifically, it is the first toadd Gaussian noise, etc., and then median filtering, adaptive filtering, etc.
)
- 2010-05-04 17:03:01下载
- 积分:1
-
FIR
FIR滤波器中汉宁窗和布莱克曼窗幅频特性曲线和相频特性曲线对比(FIR filter Hanning window and Blackman window of amplitude-frequency curve and phase frequency response curve compared)
- 2020-07-01 14:20:01下载
- 积分:1
-
SVPWM_Rectifier_3phase
space vector pulse wide modulation for rectifier
- 2011-12-20 19:26:36下载
- 积分:1
-
f281xqep
电机控制中的光电编码器计算转子角度模块。适用于同步电机(Motor control of the optical encoder rotor angle calculation module. Applicable to synchronous motor)
- 2007-11-12 16:43:18下载
- 积分:1
-
videopatternmatching
说明: 本程序展示了二维归一化互相关用于
  模式匹配和目标跟踪。该程序提示用户选择感兴趣的(ROI)的区域和对同类目标进行跟踪的数目。归一化交叉相关图表明,当值已超过设定的阈值时目标就已经确定。(This demo illustrates the use of 2-D normalized cross-correlation for
pattern matching and target tracking. The demo prompts the user to select the Region of Interest (ROI) and the number of similar targets to be tracked. The normalized cross correlation plot shows that when the value has exceeded the set threshold, the target has been identified.)
- 2010-04-12 23:59:04下载
- 积分:1