-
LyapunovIndex
运用李亚普诺夫指数分析混沌系列并进行预测(lyapunov index analysis and chaos series predict)
- 2013-09-05 10:04:22下载
- 积分:1
-
Por
说明: forward处理程序,使用于煤炭、油气工业(forward processing procedures used in coal, oil and gas industry)
- 2010-03-24 08:48:03下载
- 积分:1
-
1_25Gbps-and-string-conversion-CMOS
CMOS集成电路基础知识,CMOS集成电路的接口电路,CMOS集成电路使用注意事项
(Basic knowledge of CMOS CMOS integrated circuit, integrated circuit interface circuit, CMOS integrated circuit use matters needing attention
)
- 2012-05-13 18:47:00下载
- 积分:1
-
6
说明: matlab SIMULINK Arabic tutorial part 6
- 2014-10-10 14:04:55下载
- 积分:1
-
TMA1
抛物线拟合算法实现代码,已经通过测试可指直接运行(Parabola fitting algorithm code, has passed the tests can be run directly refers to)
- 2013-09-25 12:33:44下载
- 积分:1
-
Matlab-Data-Analysis
Matlab Data Analysis.zip
- 2011-10-15 07:33:53下载
- 积分:1
-
GroundFaultofNeutralGroundSystem
中性点接地系统接地故障仿真的simulink仿真模型(simulink simulation model of a ground fault simulation neutral grounding system)
- 2017-04-11 21:32:05下载
- 积分:1
-
xiangganban
处理相干斑的程序,可以借鉴和学习。经过本人编写(Speckle processing program, you can learn from. After I write)
- 2013-09-15 21:23:57下载
- 积分: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
-
tsom
this code is very good for TSOM
- 2010-12-13 13:34:17下载
- 积分:1