-
matlab
这是一本对于matlab 初学者来说非常有用的参考书籍,其中的讲解非常详细。(This is a useful reference for matlab beginner books, which explain in great detail.)
- 2013-01-01 10:26:04下载
- 积分:1
-
CBIR
Code for Content based image retrieval
- 2014-09-06 19:29:46下载
- 积分:1
-
LAYER
计算地震波的震中距和走时的的子程序,非常好用的子程序(Subroutine to calculate seismic epicentral distance and travel time, and very easy to use subroutines)
- 2014-11-25 19:10:42下载
- 积分: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
-
gene-recognition
区分基因序列的外显子和内含子并找出区分外显子和内含子的阈值(Distinguish gene sequence exons and introns and exons and identify distinguishing threshold intron)
- 2013-12-01 10:31:36下载
- 积分:1
-
three_phase_inverter3
three phase inverter, 原理图(three phase inverter, circuit)
- 2018-11-29 14:08:20下载
- 积分:1
-
antenna-pattern
采用了一种简化的方向图模型。方位和俯仰均用高斯型。(Direction using a simplified graph model. Azimuth and elevation are used Gaussian.)
- 2011-02-11 19:51:43下载
- 积分:1
-
salesman-fitness
Matlab中路径优化程序,销售员模式,最佳路径优化(Medium Matlab path optimization procedures, sales model, the best path optimization)
- 2009-03-11 00:14:44下载
- 积分:1
-
FuzzyPID
说明: 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。(There are three two-dimensional fuzzy controller to achieve PID controller parameters were Kp, ki, Kd, of the regulation. The control principle: According to the previous error e and error change ec the three fuzzy controller FC1, FC2, FC3 were fuzzy, fuzzy logic, defuzzification. Finally, adjust the controller parameters by pid.)
- 2010-04-28 23:53:42下载
- 积分:1
-
14c633a51da5
是KF/EKF/UKF滤波算法的MATLAB实现。代码非常详细。供需要学习的人下载。(MATLAB realization by KF/EKF/UKF is filtering algorithms. The code is very detailed. For people who need to learn to download.)
- 2012-03-25 22:01:36下载
- 积分:1