-
TSP_EM
A Progrma solve TSP Problem with EM heuristc method.
- 2009-11-16 16:33:32下载
- 积分:1
-
最小平方反褶积matlab代码
说明: 最小平方反褶积代码。地球物理科学中广泛使用的反褶积方法,使用Matlab语言编写。(least squares deconvolution code. Geophysical Sciences extensive use of deconvolution method, the use of Matlab.)
- 2005-10-17 17:33:16下载
- 积分:1
-
Reverberation
• Plot the noisy speech signal both in time-domain and frequency-domain.
• 进行含噪语音信号的时频分析
• Design a proper filter to remove noise from the speech signal.
• 设计合适滤波器进行去噪
• Plot the clean signal both in time-domain and frequency-domain.
• 进行去噪后信号的时频分析
• Design a Reverberator using 4 Comb filters and 2 All-pass filters, as shown in the following Figure, to generate reverberated and reflected sound with the capability of passing it through an equalizer.
• 设计一个混响器(用四个梳状滤波器和两个全通滤波器(下图所示))来产生回声(通过一个均衡器(用于调整频率的补偿和衰减))
- 2010-12-20 00:01:58下载
- 积分:1
-
Autocorrelation_function
信号处理之相关函数,自相关函数,自协方差函数,互协方差函数等等仿真程序,以验证过(Signal processing of the correlation function, autocorrelation function, autocovariance function, cross-correlation function, and so simulation program to verify over)
- 2010-03-13 09:19:36下载
- 积分:1
-
lla2ecef
Convert from latitude, longitude, and altitude (geodetic with respect to the WGS-84 ellipsoid) to a position vector in the Earth-centered, Earth-fixed (ECEF reference frame.
- 2013-09-26 23:55:27下载
- 积分:1
-
inverter
matlab sumilink inverter with pwm
- 2009-02-23 15:39:36下载
- 积分:1
-
16QAM
matlab ofam 16qam 信道仿真(matlab ofam 16qam )
- 2010-05-10 16:14:58下载
- 积分:1
-
chaotic-simulink
关于混沌系统同步的滑模变结构仿真,采用s函数,很有意义。(Synchronization of chaotic systems on sliding mode simulation, using the s function, it makes sense.)
- 2011-07-01 12:10:30下载
- 积分:1
-
loadbin
说明: Funcion, that is ussually used for loading Bin-files in Matlab
- 2009-10-27 02:26:17下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1