-
binary_pso_c
离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.(Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.)
- 2008-12-21 09:37:08下载
- 积分:1
-
tspo_ga
遗传算法解决TSP的一种新的快速算法MATLAB程序,运行效果也不错(Genetic algorithm to solve TSP is a new fast algorithm for MATLAB programs, run effects are well)
- 2009-09-15 10:05:23下载
- 积分:1
-
RotateImage
图像处理,图像的反转的matlab例程,验证可用,请多多指教(Image processing, image reversal of matlab routines, authentication is available, please advice)
- 2009-03-20 13:50:35下载
- 积分:1
-
lms
这个程序关于语音信号的消噪,实现了一个基于最小均方误差算法的自适应噪声抵消器(This program about the speech signal de-noising, to achieve a minimum mean square error algorithm based on adaptive noise canceller)
- 2013-07-27 11:23:23下载
- 积分:1
-
Boost
基于BOOST斩波电路的MTALAB仿真,仿真结果正确,开关电源设计必备仿真(BOOST chopper MTALAB based simulation, simulation results are correct, switching power supply design must Simulation)
- 2013-10-08 10:25:47下载
- 积分:1
-
LSTM_matlab
结合实例,使用matlab语言,完成递归神经网络程序的编写(LSTM)(Combined with an example and matlab language, completed the compilation of recursive neural network program (LSTM))
- 2018-10-11 17:18:47下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
spTimer_2.0-0.tar
关于空时建模的程序,有时候苦于没有模型产生数据(On the space-time modeling procedures, sometimes suffer no model to generate data)
- 2015-04-17 11:06:15下载
- 积分:1
-
duomubiao
说明: 出自一本书中的解决多目标优化问题的MATLAB代码(From a book to solve multi-objective optimization problem of MATLAB code)
- 2008-09-19 17:34:43下载
- 积分:1
-
m
说明: mylsb.m是个非常完整的LSB密写源码并且密写和提取都在里面,图片我没上传,你只需要添加一个图片文件就可以了,记住图片必须是灰度图片,如果是RGB,我转换的代码也在里面很有意思哦。weipingmian.m是个提取图像位平面的程序,图片也是需要你自己加载,最后一个就是8*8块的图像DCT变换。(mylsb.m is a very complete source of LSB Steganography Steganography and extraction, and are on the inside, I did not upload pictures, you only need to add a picture file on it, remember the image must be a grayscale image, if it is RGB, I converted the code is also very interesting inside Oh. weipingmian.m is a program to extract bit-plane images, pictures, you also need to load the last one is 8* 8 DCT transformed image.)
- 2011-12-11 10:21:43下载
- 积分:1