-
new
this file is for tracker ball from a image
- 2010-07-13 19:16:39下载
- 积分:1
-
intrusion-detection-matlab
intrusion detection algorithm in matlab
- 2013-09-29 15:37:51下载
- 积分:1
-
pf1
用改进的粒子滤波算法实现基于红外图像序列的目标跟踪( an improved particle filter tracking algorithm for target tracking based on infrared image sequences)
- 2014-06-17 20:01:20下载
- 积分:1
-
bayes
贝叶斯决策包含最小风险和最小错误概率两种情况的仿真(Bayesian decision-making included the minimum risk and minimum error probability of the two simulation)
- 2009-06-01 11:03:38下载
- 积分:1
-
Discrete-multipath-fading-channels
说明: 通信系统离散信道仿真,散射、离散多径信道衰落模型mfiles(Communication system discrete channel simulation, scattering/discrete multipath fading channel matlab mfiles)
- 2010-04-18 12:13:26下载
- 积分: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
-
digital-signal-processing
matlab版本的数字信号处理,适合初学的人。(matlab version of the digital signal processing, suitable for beginners person.)
- 2013-12-02 18:26:06下载
- 积分:1
-
matlabDSP
这是一本关于matlab在数字信号处理上的应用的书,内容完善,希望对大家有用!(This is a book on digital signal processing matlab in the application of the book, the contents of sound, in the hope that useful to everybody!)
- 2007-11-12 11:59:57下载
- 积分:1
-
qamver2aseli
this for 16QAM with AWGN and BERR
- 2009-05-21 14:45:49下载
- 积分:1
-
colgauss
简要的Gauss列主元消去法,很实用,用matlab实现,还有一个图例,程序说明很详细(brief Gauss main-element elimination, very practical, using Matlab to achieve, there is a legend, a very detailed description of the procedures)
- 2005-05-26 22:56:09下载
- 积分:1