-
Xflow13
image processing Xflow
- 2010-08-28 15:40:38下载
- 积分:1
-
npls
偏最小二乘源代码,非常好用,很详细,有具体的求解过程(the process of calculate)
- 2009-12-01 11:12:00下载
- 积分:1
-
FDTD20060421
二维TE波的FDTD的实现,采用MUR吸收边界条件。(2D TE wave of FDTD the realization used MUR absorbing boundary conditions.)
- 2007-04-14 23:29:52下载
- 积分:1
-
PML2D
this program simulates 2D electromagnetic Maxwell equations , by using finite difference time domain method FDTD..and it simulates the perfect matched layer to prevent the reflections that may occure at the boundaries of the problem space
- 2013-08-28 17:18:18下载
- 积分:1
-
final-shcamtic-and-layout
this include c c++ files as helpful to all
- 2014-09-30 13:11:14下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
shuzhijifen
数值积分法通过matlab实现,对于初学者非常有用。从书上下载的源代码。(Achieved by numerical integration matlab, very useful for beginners. Downloaded from the book source code.)
- 2010-11-16 16:13:23下载
- 积分:1
-
EX471
Gauss计算一维二维三维的数值积分程序源代码,介于matlab(Gauss calculation method)
- 2014-10-30 17:12:08下载
- 积分:1
-
PWM
脉宽调制(PWM)波形图的仿真模型,用于谐波的分析,可用于逆变器的控制策略研究(Pulse width modulation (PWM) waveform simulation model for harmonic analysis, can be used for inverter control strategy research)
- 2017-03-27 16:11:01下载
- 积分:1
-
ChapterVIIofthematlabgraphics
这是一份MATLAB基础课件,由于我也是初学者,这部课件讲的很浅显,但比较适合初学者对MATLAB所有功能的一个初步了解内容包括涵数值数组及其运算, M文件和面向对象编成, 字符串数组, 符号变量, matlab 绘图 及 Simulnk动态仿真。以及两个基本浅显的程序题。此为第 7章。(This is a basic MATLAB courseware, because I am also a beginner, this software is very simple-speaking, but more suitable for beginners of all the features of MATLAB, a preliminary understanding of the content including the Han and its numerical array computing, M documents and for object into string array, variable symbols, matlab graphics and dynamic simulation Simulnk. As well as the two basic procedures for simple questions. This is Chapter 7.)
- 2009-03-22 09:06:37下载
- 积分:1