-
Gabor
Gabor Filter Construction
- 2010-11-04 12:51:09下载
- 积分:1
-
nnToolKit_cb
说明: C++BUILDER与MATLAB实现混合编程源代码(C++ BUILDER realize mixed language programming with the MATLAB source code)
- 2008-10-01 08:58:03下载
- 积分:1
-
MATLAByongfazhinan
MATLAB及在电子信息课程中的应用.感觉很有用,本来也不花钱,有想用的来拿吧(MATLAB and electronic information in the application of the curriculum. Feeling very useful, would have no money, there are来拿want it)
- 2008-04-28 19:01:10下载
- 积分:1
-
fdtd2D_TE
code about fdtd gooood2
- 2011-07-14 14:53:33下载
- 积分:1
-
Circuit-Parameters-Influenc
基于MATLAB的电路参数影响的分析
(MATLAB-based analysis of the impact of circuit parameters)
- 2011-08-07 14:56:19下载
- 积分:1
-
particle-filtering-tracking-
粒子滤波方法用于跟踪,很易看懂的程序,建议初学者下载学习(Particle filter for tracking, it is easy to understand the procedures recommended for beginners to learn to download)
- 2013-11-28 16:34:11下载
- 积分: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
-
Stochastic-analysis-foundation
《随机分析学基础》是一本广泛应用于各个领域的书籍,如通信、控制、生物、社会科学等( Stochastic analysis foundation is a very useful book, it has been widely applied in various fields, such as communication, control of biological, social science)
- 2014-10-15 15:00:31下载
- 积分:1
-
Hilbertputu
非平稳信号经过分解后,对其进行谱分析,此希尔伯特谱程序,弥补了了以前的缺陷(Non stationary signal through decomposition, the spectral analysis, the Hilbert spectrum procedures, make up for the previous defect)
- 2011-11-13 20:42:19下载
- 积分:1
-
PESC
基于扰动的极值搜索控制,很好的例子,目前本网站还没相关内容(Extremum seeking control based on disturbance, a good example, the Web site is not related content)
- 2013-05-13 17:41:07下载
- 积分:1