-
53607914PWM_IGBT
programm that describe how control the dfig
- 2009-10-10 16:02:53下载
- 积分:1
-
watershed-and-FCM
两个matlab编写的图像分割算法,分水岭和模糊C均值聚类算法(matlab codes, watershed algorithm and fuzzy C means clustering algorithm)
- 2013-12-30 15:45:32下载
- 积分:1
-
A200711-405
本书详细介绍了卡尔曼滤波的原理,并给出部分源码(This book details the principles of Kalman filtering, and gives part of the source)
- 2010-09-17 11:47:36下载
- 积分: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
-
ming3
此源码为关于模糊控制的源码,是关于二维模糊控制的(on this source of the source of fuzzy control, fuzzy control on the two-dimensional)
- 2007-05-14 20:47:12下载
- 积分:1
-
type2-3242
type2 fuzzy toolbox matlab
- 2012-06-15 18:38:03下载
- 积分:1
-
deec-VS-leach.matlab
此代码将leach和deec协议进行比较,对毕设要坐这方面的同学很有帮助,大家有兴趣可以看看。(This code will leach and deec protocol comparison, the complete set up to take the students very helpful in this regard, we are interested can look at.)
- 2014-01-20 17:27:55下载
- 积分:1
-
spwm
SPWM和SVPWM模型 已经经过调试可用参数可设(SPWM and SVPWM model has been used to debug parameters can be set up)
- 2010-03-11 11:01:17下载
- 积分:1
-
kalmanfiltering
说明: Kalman 滤波实际应用,对于初学者来说是一份非常好的学习参考资料,呵呵!(The practical application of Kalman filtering, for beginners is a very good learning references, Ha ha!)
- 2011-04-01 21:24:31下载
- 积分:1
-
wvdc
Creates a Wigner-Ville spectrogram
- 2010-05-15 15:41:39下载
- 积分:1