-
Wind_PMSG
Analysis of steady state/ transient behaviour of HVDC systems due to AC/ DC Faults, commutation failure etc. using PSCAD simulating software. Also conducted studies on control methods/ protection requirements as well as distribution on the Delhi-Rihand HVDC system.
- 2012-04-24 19:34:33下载
- 积分:1
-
china-regest-interface
中登接口字段解析,字段间距,截取,查找定位等等(china regist devest)
- 2014-09-02 19:15:28下载
- 积分:1
-
ASCII
进行通信编程时候需要参考使用,还比较方便(Communication program to use when you need a reference, but also more convenient)
- 2014-11-15 10:51:26下载
- 积分:1
-
SimuWave
在matlab/simulink目前还没有更好地实现小波包模块,simuwave包括了各种各样的小波包子模块,可以自己实现小波分解。( At present, matlab/simulink is still not better to implement the wavelet packet module, simuwave includes a variety of wavelet packet module, you can realize the wavelet decomposition.
)
- 2016-06-25 08:37:38下载
- 积分:1
-
DSP
这是一个有关于免疫遗传算法matlab 程序(This is an on immune genetic algorithm matlab program)
- 2010-05-10 16:05:12下载
- 积分:1
-
61180784220051224913292402087
MATLAB 函数的算法的分形应用以及解析(MATLAB functions of the algorithm and the application of fractal analysis)
- 2007-05-09 21:00:26下载
- 积分:1
-
power_xfosaturable
功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:24:13下载
- 积分:1
-
75448192saperate3
说明: 进行等时延分段,并对等间隔段的两个时延矩阵分别求取均值,采用类似联合近似对角化,估计出最优化的酉矩阵,(ing second-order statistics (different time-delay correlation matrix) of non-stationary and structural characteristics of the signal timing can roughly estimate that the instantaneous linear mixture of blind source signal. With the time delay increasing, only using a single delay covariance equalization and ignoring the time-varying characteristics of the signal, which difficult to ensure the performance of algorithm. Analysis of the average characteristics of ma)
- 2010-04-07 21:38:55下载
- 积分:1
-
hilbert
这段代码是用来求希尔伯特变换的,希望对大家有用(The Hilbert transform
)
- 2014-08-24 09:28:12下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1