-
inversedepth_2_cartesian
inverse depth calculation
- 2011-09-19 18:41:31下载
- 积分:1
-
ARIMA
MATLAB ARIMA 模型 做时间序列分析预测(MATLAB ARIMA )
- 2014-11-24 09:39:24下载
- 积分:1
-
FH
说明: 跳频系统的同步simulink仿真(R2010b)(Synchronous hopping simulink simulation system)
- 2014-03-25 12:06:19下载
- 积分:1
-
v69-127
code based on cardiovascular images for extracting intima media layer
- 2011-04-25 13:55:41下载
- 积分: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
-
tuxiangfenge-ZIP
图像分割程序,包含roberts,sobel和prewitt算法,很好用!(Image segmentation procedures, contains Roberts, Sobel and Prewitt algorithm, very good!)
- 2013-04-27 16:16:52下载
- 积分:1
-
采用Davenport功率谱密度函数fluctuating-wind
采用Davenport功率谱密度函数,线性滤波法模拟风荷载(Davenport using power spectral density function, linear filtering method to simulate wind loads)
- 2015-05-27 19:58:16下载
- 积分:1
-
crossentropy
for cross entropy implementation
- 2009-10-08 22:50:16下载
- 积分:1
-
pv_boost_mpp_Iref2
this PV system, new simulation I created to simulate PV system complete from solar cell until ac Load and the simulation by MATLAB codes and Simulink and it is work correctly with results
- 2012-04-29 16:45:14下载
- 积分:1
-
CPandI
pll仿真,锁相环的设计与simulink下的仿真图。准确的。(pll simulation, phase-locked loop design with simulink under the simulation diagram. Accurate.)
- 2012-05-21 21:00:20下载
- 积分:1