-
基于粒子群优化算法(PSO)确定参数的脉冲欧和神经网络滤波方法
基于粒子群优化算法(PSO)确定参数的脉冲欧和神经网络滤波方法。利用粒子群优化算法(PSO)确定pcnn图像滤波参数,对图像进行滤波(Based on Particle Swarm Optimization (PSO) to determine the parameters of the pulse in Europe and neural network filtering method. The use of particle swarm optimization (PSO) to determine PCNN parameters of image filtering, image filtering)
- 2020-07-08 20:08:56下载
- 积分: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
-
info
This file is regarding MATLAB, which describes the different models in MATLAB simulation or block which are present and useful for different applications.
- 2011-11-16 16:33:30下载
- 积分:1
-
qpso
该算法是以粒子群中粒子的收敛特性为基础,依据量子物理理论提出的,改变了传统粒子群算法的搜索策略,可使粒子在整个可行解空间中搜索寻求全局最优解。同时该算法的进化方程中不需要速度向量,而且进化方程的形式更简单,参数较少且容易控制。对两个算例进行仿真测试,证实该算法可有效解决经济负荷分配问题 性能对比显示,该算法求得的解优于已有的改进粒子群算法及其它优化算法所求得的解。(The algorithm is based on convergence particle swarm particle basis, according to the theory of quantum physics, particle swarm algorithm has changed the traditional search strategies, allow the particles throughout the feasible solution space search seek the global optimal solution. Meanwhile, the algorithm does not need velocity vector evolution equations, and evolution equations simpler and less parameters and easy to control. Two examples of simulation tests confirmed that the algorithm can effectively solve the economic load allocation performance comparison shows that the algorithm is superior to existing solutions obtained improved PSO algorithm and other optimization algorithms obtained solution.)
- 2016-02-25 11:14:09下载
- 积分:1
-
indmachi
for finding Induction machine model...
- 2010-12-16 20:23:22下载
- 积分:1
-
Model_VRP_Matlab
浙江大学数学建模比赛2013B题Matlab源码,主要使用遗传算法和模拟退火解决自行车调度问题,此处为有时间窗的VRP问题,注释详尽,方便改进维护(Zhejiang University Mathematical Contest in Modeling 2013B title Matlab source code, detailed notes, easy to improve maintenance)
- 2020-11-22 14:59:36下载
- 积分:1
-
FCMvsKMeans
K-Means Vs FCM : a comparative experiment is done in this paper to find out the best one with respect to time and effeciency.
- 2014-09-22 19:41:47下载
- 积分:1
-
field-2
用于超声仿真的matlab,用于仿真B超,声辐射力,血流成像(For ultrasound simulation matlab, for simulation B ultrasound, acoustic radiation force, flow imaging)
- 2013-10-19 11:19:09下载
- 积分:1
-
arrowh
this files can get array of rozenbrog matrix
- 2014-12-17 14:04:28下载
- 积分:1
-
zonal-coding
The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality..
This application only works for gray scale.
- 2014-02-04 01:38:36下载
- 积分:1