-
chap4
系统辨识与自适应控制MATLAB 仿真CH4 ,,好东西大家一起分享(System identification and adaptive control of MATLAB simulation of CH4,, good things to share with everyone)
- 2009-12-16 10:51:11下载
- 积分: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
-
High_dimensional_function_optimization
高维函数优化,使用matlab实验的源码。在matlab6.0上调试通过。(High_dimensional_function_optimization)
- 2009-09-07 18:15:49下载
- 积分:1
-
matlabmfiles
书本上的几个例子,很好用,可以直接运行。对于初学者比较有用!(Book a few examples of good use, can be directly run. More useful for beginners!)
- 2008-12-22 19:05:33下载
- 积分:1
-
matlab
MATIAB各种经典算法的程序,包括数据分析、绘图等等(MATLAB)
- 2009-05-07 14:48:43下载
- 积分:1
-
rab_finish
Code to find speech ending using rabiner method
- 2009-06-03 19:27:25下载
- 积分:1
-
yichuanyouhua
遗传算法对多元多目标函数进行优化得到较优的个体(Multi-objective genetic algorithm optimization)
- 2018-12-04 08:59:40下载
- 积分:1
-
LeastSquaresSupportVectorMachineClassification
二乘支持向量机对细胞的分类 本实验为二分类问题 数据来自威斯康星州(美国州名)医院的乳癌数据(Least squares support vector machine classification of cells)
- 2010-02-25 21:00:58下载
- 积分:1
-
characteristic_induction_motor
This model can produce the characteristic of induction motor
- 2011-07-29 15:35:49下载
- 积分:1
-
sdz
电力系统专业本科生可以看下,用于计算三机九节点系统的潮流(calculation of the power flow)
- 2013-09-20 14:52:59下载
- 积分:1