-
FDTD
1, 2 and 3-D FDTD code with PEC boundaries
Program author: Susan C. Hagness
- 2010-07-13 23:43:23下载
- 积分:1
-
Young_Interference
杨氏双缝干涉光学现象模拟的程序,Matlab编写(Young' s double-slit interference optical phenomena simulation program, Matlab prepared)
- 2021-04-08 15:39:00下载
- 积分:1
-
ZHUIzhu-moxing
追逐问题是现实生活中的常见问题,本文就三人绕正三角形的追逐问题建立起了两个数学模型:一个充分应用运动的周期性首先给出了三人共边的充要条件,然后直接给出在一个周期内三人共边的次数及起止时刻,另一个则利用初等数论的方法给出了三人共边的另一个充要条件 利用matlab长于计算和强大的绘图功能,本文分别给出了求解两个模型的matlab程序,通过动画仿真演示三人绕正三角形的追逐模型,并给出三者共边的时间起止点和共边的次数。 更多还原
(The problem is that in real life the pursuit of the common problems, the paper chase on three questions about the triangle established two mathematical models: a full application of the cyclical movement Firstly, the necessary and sufficient conditions of the three sides, and then directly within a given period of three sides of the starting and ending times and moments, and the other using elementary number theory approach gives another three necessary and sufficient conditions of the edge using matlab longer computing and powerful graphics capabilities, this paper two models are given for solving matlab program, triangle chase through animated simulation model demonstrates trio around and gives the time of the beginning and ending points of the three sides and the number of edges. More Restore)
- 2013-12-18 19:09:45下载
- 积分:1
-
crb-and-rmse
雷达交叉定位精度分析,CRB界确定,寻求最远定位距离!(Radar cross positioning accuracy analysis, CRB sector determined to seek the farthest distance positioning!)
- 2021-04-23 18:08:52下载
- 积分:1
-
modulation
识别不同的调制方式,例如AM,psk等。(Identify the different modulation methods, such as AM, psk and so on.)
- 2009-10-27 11:37:53下载
- 积分:1
-
FastFloyd
floyd warshall algorithm
- 2010-12-05 23:54:15下载
- 积分:1
-
matlabpcmA13
说明: 简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程,适合初学者(Easy-to-read A-Law (13-segment) PCM source code, encode process, suitable for beginners)
- 2008-10-23 21:54:40下载
- 积分:1
-
GA-and-CSA
GA&CSA基于matlab的程序求函数最优解(The optimal solution for function
)
- 2013-01-08 15:20:07下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
modulation
说明: 本压缩包包含ASK,FSK,PSK,CDMA调制方式的实现,均为simulink。
另外有chirp调制,以及几种方式误码率的比较。(This folder contains ASK, FSK, PSK, CDMA modulation implemented by Simulink. Besides,there is also chirp modulation, and comparison on the error rate.)
- 2010-04-09 20:46:53下载
- 积分:1