-
PSOPID_ASP
this is PSO algorithm code that integrated with PID controller. This code example has been used for ASP system.
- 2013-12-26 10:11:20下载
- 积分:1
-
tunningPIDbyBGPSO
一款埃及学生用Matlab编的的基于PSO的PID整定程序,使用方法详见程序注释。(Tunning of PID controller using Bacterial Foraging Orientec by Particle swarm optimization
My work has been accpepted in GECCO 2008 as Graduat Student workshop. I
have used this techique in PID tunning and i got better result thatn BG
and PSO
Author: Wael Mansour (wael192@yahoo.com)
MSc Student, Electrical Enginering Dept,
Faculty of Engineering Cairo University, Egypt)
- 2009-03-31 17:05:58下载
- 积分:1
-
particlefilter
用粒子滤波产生各种分布的随机数,包括指数分布、高斯分布、二项分布,用MATLAB实现的(Particle filter with a variety of random number generation, including the exponential distribution, Gaussian distribution, binomial distribution, with a MATLAB implementation)
- 2010-10-29 14:48:48下载
- 积分:1
-
chaoliujisuan
基于极坐标的牛顿拉夫逊潮流计算,MATLAB编程,只要把里面地址改成自己的地址就可以用了(Based on polar coordinates Newton Raphson power flow calculation, MATLAB programming, as long as the inside address into the address can be used)
- 2013-03-24 19:22:35下载
- 积分:1
-
TSP-SA-CHANGXIN
解决了应用模拟退火算法的旅行商问题研究 应用平台MATLAB(To solve application of simulated annealing algorithm traveling salesman problem application platform MATLAB)
- 2013-05-14 17:25:34下载
- 积分:1
-
Magawick_temp
说明: Madgwick filter for AHRS
- 2020-06-21 03:00:01下载
- 积分:1
-
MatlabMPEG
mpeg code in matlab contains several mfiles for encoding mpeg
- 2009-09-14 14:10:49下载
- 积分:1
-
GA_TSP
基于遗传算法的TSP算法,寻找最短的遍历N个城市的路径(TSP algorithm based on genetic algorithm to find the shortest path traversal N cities)
- 2013-11-10 12:33:14下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
beijingdaxue
冈萨雷斯数字图像处理,北京大学的课程课件。(Gonzalez Digital Image Processing, Peking University courseware.)
- 2010-12-17 17:05:23下载
- 积分:1