-
MatLab7Programming
matlab 英文版教材,pdf格式,系统的学习,既能提高matlab编程能力,又能掌握英语,一石二鸟!(matlab English textbooks, pdf format, the system of learning, both to improve matlab programming capabilities, but also master the English language, kill two birds with one stone!)
- 2009-10-30 10:10:37下载
- 积分:1
-
1dinversion
该程序主要进行重力一位界面的反演,该程序精度准确,具有很好的实际应用效果。(The program mainly for gravity inversion of an interface, the program precision, with good practical results.)
- 2010-11-08 11:30:03下载
- 积分:1
-
zhenlietianxiantu
阵列天线方向图随天线数目变化而变化的图像。(Array antenna pattern varies with changes in the number of antennas images.)
- 2015-04-11 19:07:23下载
- 积分:1
-
c6_PLLsim
现在通信系统仿真中的锁相环技术,给出仿真程序以及后处理(Communication system simulation is now PLL technology, the simulation process and post-processing)
- 2010-09-19 10:29:26下载
- 积分:1
-
ssjkem
一些关于卡尔曼滤波方面的资料,集锦类型,仅供参考(Some aspects of the information on the Kalman filter, highlights the type of reference)
- 2011-10-07 19:00:11下载
- 积分:1
-
three-function-curve
三角函数曲线的源程序代码,方便matlab初学者学习。(Trigonometric function curve of the source code, convenient for beginners to learn matlab.
)
- 2011-10-23 10:54:40下载
- 积分:1
-
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
-
standard KF
标准卡尔曼滤波。在动态 GPS 定位中,Kalman 滤波是最常用的数据处理算法,它是基于观测噪声和动力学模型噪声均是高斯白噪声建立的。(standard KF is common data processing algorithms)
- 2017-09-26 16:30:29下载
- 积分:1
-
10kW高频输出逆变器的研制_孙德军
is suitable for renewable energy conversion applications.
- 2017-12-14 15:43:58下载
- 积分:1
-
bartlett_with_for
psd estimation using bartlet method
- 2011-01-18 15:07:32下载
- 积分:1