-
ekfukf
扩展卡尔曼滤波工具箱,已经用此程序成功的做过研究(Extended Kalman filter toolbox, has been successful with this program has done research, )
- 2014-08-20 13:07:04下载
- 积分:1
-
admittance_Codes
this is matlab code for create admittance matrix
- 2021-03-26 05:29:13下载
- 积分:1
-
matlab
matlab程序资料请大家指教,辛苦大家啦(matlab program information, please advise, hard everyone!)
- 2012-07-13 09:35:51下载
- 积分:1
-
VNS---2heur
it consists of matlab code for vehicle routing problem
- 2015-02-16 14:15:34下载
- 积分:1
-
fadian
自己搭建的DFIG空载并网后的运行模型,以实现稳定运行(DFIG load and build their own network after running the model, in order to achieve stable operation)
- 2013-06-04 19:17:33下载
- 积分:1
-
listbox
MATLAB gui 设计,下拉菜单控件 的使用,选择对应法选项画出曲线(Use the drop-down menu control, the corresponding option to draw the curve)
- 2017-01-09 20:36:20下载
- 积分:1
-
matlabhelpofchinese
中文的matlab使用说明,这对初学者来说是一个很好的资源,毕竟对英文的理解可能达不到那么深(the prduction of matlab)
- 2009-05-25 15:16:41下载
- 积分:1
-
ALO+Pf
说明: 利用狮蚁群算法实现火电机组功能调度,参数处理使用stochastic ranking(Performance scheduling of thermal power generating units is based on the lion ant colony algorithm. Parametric processing is stochastic)
- 2020-06-23 14:20:02下载
- 积分: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
-
BER_QAM
Bit error rate for QAM in MatLab
- 2009-04-19 20:09:21下载
- 积分:1