-
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
-
ahok-pillar
information about ashok pillar
- 2014-02-13 00:29:54下载
- 积分:1
-
trackingradar
target tracking in radar application(in radar target tracking application)
- 2007-03-08 13:58:45下载
- 积分:1
-
GMhuise
Matlab灰色预测成语代码,方便大家实用(Matlab work huiseyuce)
- 2013-09-13 23:43:17下载
- 积分:1
-
tanyen
FMCW调频连续波雷达的测距测角,基于matlab GUI界面设计,LCMV优化设计阵列处理信号。( FMCW frequency modulated continuous wave radar range and angular measurements, Based on matlab GUI interface design, LCMV optimization design array signal processing.)
- 2016-12-05 13:39:28下载
- 积分:1
-
motionplaning
不错的规划的程序,matlab语言写的,适合对规划感兴趣的的初学者和编程人员。(Good planning process, matlab language written for the planning of interest to the beginners and programmers.)
- 2007-07-24 10:54:43下载
- 积分:1
-
Matlab-MPEG
Matlab的MPEG程序. 它是MPEG心理声学模型的MatLab实现。(Matlab Program of MPEG. This is an implementation of the MPEG psychoacoustic model 1,
layer I, for MATLAB.)
- 2011-07-20 22:15:22下载
- 积分:1
-
FishSchool
explain Fish School Search
- 2013-11-28 16:13:28下载
- 积分:1
-
kalmanfilter
卡尔曼滤波算法,英文文章原文,适合初学者。(Kalman filter algorithm, the English text, suitable for beginners.)
- 2010-03-11 20:04:49下载
- 积分:1
-
exerciseofmatlab
说明: 通过50道练习题,对matlab进行了一个总体的实例讲解,对于初学者尽快了解matlab的功能与应用有很大帮助(Through the 50 exercises, carried out on an overall matlab examples to explain, as soon as possible for beginners to understand the function and application of matlab are very helpful)
- 2009-07-29 12:12:31下载
- 积分:1