-
Laborator
Exponential negative repartition
- 2012-10-07 15:19:06下载
- 积分:1
-
arraypattern
阵列的方向图,其中包含均匀线列阵,均匀平面阵,均匀圆阵的方向图的源代码(The pattern of the array, which contains uniform linear array, uniform plane array, the source code of the uniform circular array pattern)
- 2021-04-09 10:39:00下载
- 积分:1
-
CAAD
Programs to plot a temperature distribution of a conducting rod with hot and cold ends, steady state temp dist, vibration animation, image processing
- 2012-01-16 00:51:32下载
- 积分:1
-
matlabgzfz
matlab在自动控制原理的的应用,ppt讲解格式,详细,并且配有例题的源代码,面向实际,很适合解决自动控制原理方面的问题(Matlab in control of the application of the principle, ppt format to explain in detail, Examples and equipped with the source code, to face reality, the solution is very suitable for the automatic control theory problems)
- 2006-11-02 08:32:06下载
- 积分:1
-
Matlab_Code_2
Source Code for linearDatamaker and whileDataFailToRead
- 2011-06-14 04:30:30下载
- 积分:1
-
Matlabkejian
Matlab编程学习课件,是初级学习非常重要(Matlab programming learning courseware, is the primary learning is important)
- 2010-05-22 23:18:46下载
- 积分:1
-
AleRBTree_Test
Search in Red-Black Tree
- 2014-10-20 03:57:53下载
- 积分: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
-
cognitive-modeling-strategy-retreat
认知无线电中认知用户退避策略建模
,指数退避策略(Cognitive radio users in cognitive avoidance strategy modeling, cognitive radio users in cognitive modeling strategy retreat, exponential backoff strategy)
- 2013-12-06 22:44:10下载
- 积分:1
-
hedge
国债期货的套期保值matlab代码示例,利用wind数据导入matlab,含套保率图形(Hedging matlab code examples bond futures)
- 2015-04-12 21:42:02下载
- 积分:1