-
捷联惯导系统仿真算法的研究及其实现
捷联惯导系统仿真算法的研究及其实现.nh.大连理工大学硕士论文,详细阐述了如何用matlab-simulink进行惯导仿真(Strapdown inertial navigation system simulation algorithm and its realization. Nh. Dalian University of Technology master s thesis in detail how to use matlab-simulink simulation for INS)
- 2008-01-14 21:07:47下载
- 积分:1
-
med
最小熵解卷积(MED),是一种自适应滤波器设计方法,可以提取冲击成分(Minimum entropy deconvolution (MED), is an adaptive filter design method that can extract the impact of component)
- 2013-10-09 15:53:16下载
- 积分:1
-
contact
轮轨接触点扫描方法,用扫描的方法计算求得任意轮轨型面的轮轨接触点(Wheel-rail contact point scanning method, the method of calculation obtained by scanning any type of wheel and rail wheel-rail contact point surface)
- 2021-03-29 10:59:11下载
- 积分:1
-
text-detection
采用matlab实现图像中文本的检测、定位、分割以及识别功能!有利于初学者快速入门!(The function of this code is to detect,locate,separate and recognize the text in an image using matlab programming langage. It is very useful for a beginner!)
- 2011-05-11 11:39:19下载
- 积分:1
-
ImageEdgeDetection_segmentation_matlab
这是用robert 算子进行边缘提取的程序 This is robert operator for edge detection process(This is robert operator for edge detection process)
- 2010-07-09 16:31:38下载
- 积分:1
-
extended-kalman-mmm
extended kalman filter
- 2011-12-02 16:53:54下载
- 积分:1
-
TLD1.0_demo
捕食者物体跟踪算法 demo
动态物体捕捉算法
未来的计算机操作界面
(Object tracking algorithm demo predator to capture moving objects future computer interface algorithms
LTD)
- 2011-04-28 09:36:00下载
- 积分:1
-
matlab_code
rayleigh channel modelling for wireless
- 2010-06-02 00:30:01下载
- 积分: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
-
band-sample
关于采样定理的验证的matlab程序,有利于理解带通采样(Verification sampling theorem on the matlab program that facilitates understanding bandpass sampling)
- 2021-04-18 15:58:57下载
- 积分:1