-
figure1
fig文件用来显示计算出的太阳辐射随时间变化曲线(this figure show the solar radiation change with time)
- 2012-05-03 14:13:38下载
- 积分:1
-
AC
说明: matlab编写的计算Xp-70盆式绝缘子交流污秽闪络程序。(A matlab program to calculate the ac pollution flashover voltage of Xp-70 insulator.)
- 2013-08-24 17:32:45下载
- 积分: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
-
SRG_WT
新型开关磁阻风力发电系统研究,风力机模型,最大功率跟踪仿真(The new wind power systems research Switched Reluctance, wind turbine model, maximum power point tracking simulation)
- 2015-01-22 14:13:06下载
- 积分:1
-
good-pso
很牛的粒子群算法,里面由三个程序组成,清晰易懂(PSO is cattle, which consists of three program composed, lucid)
- 2014-01-22 11:20:42下载
- 积分:1
-
SparseLab21-Core
一种基于压缩感知技术的图像重建程序,可以提高图像重建质量和速度(Compressed sensing technology based on the image reconstruction process, can improve the quality and speed of image reconstruction)
- 2020-11-26 20:59:32下载
- 积分:1
-
kechengsheji
基于matlab的电力系统课程设计源代码,为配网潮流计算(Matlab-based curriculum design in power system source code, for the distribution network power flow calculation)
- 2009-10-29 17:09:21下载
- 积分:1
-
zinv
z-source inverter simulink model
- 2013-01-30 21:49:28下载
- 积分:1
-
Des2ktop
【谷速软件】二维图像Gabor滤波源代码 可以做为参考使用 ([Valley] speed two-dimensional image Gabor filtering software source code can be used as a reference to use)
- 2014-12-18 22:33:38下载
- 积分:1
-
FMT
this code is used to implement FMT Filter bank trancsiver in matlab. the filter coefficient can be changed also the number of subcarriers.
- 2013-12-13 19:57:18下载
- 积分:1