-
pvcharacteristic
This Program is Simulink for the characterstics idetification of the designed Solar Cell Models
- 2013-09-01 08:56:22下载
- 积分:1
-
SA-shuxuehanshujixiaozhi
利用模拟退火法求函数在某一范围的极小值,对于验证模拟退火算法的可行性有重要意义。(Using simulated annealing method the minimum value of a function in a range of simulated annealing algorithm to verify the feasibility of significance.)
- 2014-11-03 22:06:16下载
- 积分:1
-
butterworth
butterworth filter for image enhancement
- 2009-11-10 00:43:04下载
- 积分:1
-
S1
ieksu saze 3faze in simpower system
- 2013-08-21 15:53:14下载
- 积分:1
-
chap01_5s
先进pid matlab 仿真 刘金琨 第版 第一章程序 pid matlab simulink liujinkunc hap01_5.rar (Liu Jinkun advanced first pid matlab simulation program version of the first chapter pid matlab simulink liujinkunc hap01_5.rar)
- 2009-07-17 21:25:04下载
- 积分:1
-
yuyinluzhiyuchili
说明: 1.录制一段自己的语音信号,并对录制的信号进行采样;
2.画出采样后的语音信号的时域波形和频谱图;
3.给定滤波器的性能指标,采用窗函数法和双线性变换法设计滤波器,
并划出滤波器的频域响应;
4.用该滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,
并对滤波前后的信号进行对比,分析信号的变化;
5.回放语音信号;
6.设计一个信号处理系统界面(1. Recorded their own voice for some signal, and recording the signal sampling 2. Draw samples of the voice signal after the time-domain waveform and frequency spectrum 3. Given filter performance indicators, using a window function method and dual- Design of linear transformation filters, and draw the filter frequency response 4. to use the filters on the collected signal filtering, after filtering the signal to draw the time-domain waveform and spectrum, and filtering of signals before and after contrast, analysis of signal changes 5. playback voice signal 6. to design a signal processing system interface)
- 2008-11-08 13:58:31下载
- 积分:1
-
bwlabel
说明: 为MATLAB中的图形增加标签,从而可以有效地表示图形意义,防止读不懂图的情况( BWLABEL supports 2-D inputs only, whereas BWLABELN support any
input dimension. In some cases you might prefer to use BWLABELN even
for 2-D problems because it can be faster. If you have a 2-D input
whose objects are relatively "thick" in the vertical direction,
BWLABEL will probably be faster otherwise BWLABELN will probably be
faster.)
- 2011-04-08 08:49:31下载
- 积分:1
-
fangzhen
利用MATlab编程实现对心电信号的仿真(Using MATlab program to realize the simulation of ECG)
- 2010-05-11 18:53:47下载
- 积分: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
-
scee
L énergie éolienne a connu une très forte croissance au cours de la
dernière décennie grace aux avantages qu elle présente pour l envi-
ronnement, aux percées technologiques connexes et aux
programmes d encouragement gouvernementaux. Le présent arti-
cle fait état des récents développements concernant les systèmes de
conversion de l énergie éolienne ainsi que des avantages sociaux et
environnementaux qui y sont associés. Il comporte également une
analyse des problèmes liés à l interconnexion des ressources distri-
buées, y compris l énergie éolienne et l énergie électrique. On y
présente aussi les progrès accomplis par le Canada et le groupe
IEEE en ce qui concerne l élaboration des normes d intercon-
nexion ainsi que les derniers programmes de R.-D. dans le
domaine des systèmes de conversion de l énergie éolienn
- 2014-02-13 18:26:02下载
- 积分:1