-
Histogram
implementing histogram equalization for image enhancement
- 2009-11-10 00:47:34下载
- 积分:1
-
activecontourtest
Active contour with some errors .rar
- 2015-03-05 07:26:10下载
- 积分:1
-
statical-arbitrage
学习统计套利的同志们不要错过这份资料,!!(Learning statistical arbitrage comrades do not miss this information! !)
- 2011-01-19 13:47:46下载
- 积分:1
-
wind-power-generation-system
超导磁储能系统抑制风力发电功率波动的研究(Research on the applica tion of superconducting magnetic energy
storage un it to damp wind genera tion power fluctua ting)
- 2014-01-12 12:15:10下载
- 积分:1
-
MATLAB3
说明: MATLAB图形用户界面设计MATLAB图形用户界面设计MATLAB图形用户界面设计(MATLAB graphical user interface design, graphical user interface design MATLAB MATLAB graphical user interface design)
- 2010-04-08 12:39:31下载
- 积分:1
-
the-matlab-fuzzy-control
该书了详细地介绍了模糊控制理论,同时又给出matlab模糊控制实例(The book describes in detail the theory of fuzzy control, while matlab fuzzy control examples given)
- 2013-11-22 17:00:02下载
- 积分:1
-
report(131140702005)
This is not important . relented work for overlapping slicing it used in government for privacy preserving
- 2015-03-23 20:47:32下载
- 积分:1
-
fengyie
用于建立主成分分析模型,三相光伏逆变并网的仿真,MinkowskiMethod算法 。( Principal component analysis model for establishing, Three-phase photovoltaic inverter and network simulation, MinkowskiMethod algorithm.)
- 2016-07-25 14:36:46下载
- 积分:1
-
RAKE3path
采用matlab对基于CDMA的3径信道的RAKE接收机的性能进行仿真(Use of matlab' s three tracks based on CDMA channel simulation of the performance of RAKE receiver)
- 2009-12-29 18:09:08下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1