-
GA-toolbox-of-MATLAB
matlab遗传算法工具箱及其应用,适合使用遗传算法的学者下载学习。(matlab genetic algorithm toolbox and its application, download the study for scholars of the use of genetic algorithms.)
- 2013-04-05 12:43:35下载
- 积分:1
-
cplex翻译完全版
Cplex是一种用于GAMS (The General Algebraic Modeling System,通用代数建模系统)的求解器,它使得用户可以把GAMS(通用代数建模系统的)的高级建模功能跟Cplex优化器的优势结合起来。Cplex优化器是为能快速、最少用户干预地解决大型、复杂问题而设计的。求解线性、二次约束和混合整数规划问题的Cplex算法现在已提供访问(针对恰当的许可证)。尽管现存有多种求解工具,但是,GAMS/Cplex能自动地为特定问题计算最优值和设置大部分选项。(Cplex is a solver for GAMS (The General Algebraic Modeling System, general algebraic modeling system), which enables users to combine the advanced modeling function of GAMS (general algebraic modeling system) with the advantages of Cplex optimizer. The Cplex optimizer is designed to solve large, complex problems with rapid and minimal user intervention. The Cplex algorithm for solving linear, two - time constraints, and mixed integer programming problems has now provided access (for appropriate licenses). Although there are many existing solutions, GAMS/Cplex can automatically calculate the optimal value for a specific problem and set most of the options.)
- 2018-03-18 16:39:53下载
- 积分:1
-
DSPforMatlabandLabviewIFoundamentalofDSP
外文原版电子书,详细的讲解了关于matlab和labview在信号处理中的应用。(Original foreign language books, explained in detail on the matlab and labview signal processing applications.)
- 2009-11-21 14:22:51下载
- 积分:1
-
SPWMinverter3P_Final
Consist of SPWM Generator. Three phase inverter with pulses.
- 2013-10-29 18:49:56下载
- 积分:1
-
yarsenja
pwm整流器的建模仿真,一些自适应信号处理的算法,包含位置式PID算法、积分分离式PID,使用matlab实现智能预测控制算法,实现串口的数据采集,双向PCS控制仿真。( Modeling and simulation pwm rectifier Some adaptive signal processing algorithms, It contains positional PID algorithm, integral separate PID, Use matlab intelligent predictive control algorithm, Achieve serial data acquisition, Two-way PCS control simulation.)
- 2016-03-07 22:06:04下载
- 积分: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
-
Matlab_slides
Presentation for learning the basics and concepts of MATLAB.
- 2010-09-29 05:35:20下载
- 积分:1
-
MATLABfunction
matlab的主要编程的函数命令,简洁明了,适合初学者!(matlab a function of the main programming command, concise, suitable for beginners!)
- 2008-05-09 18:41:39下载
- 积分:1
-
dsp
matlab fft matlab fft hit (matlab fft hit matlab fft hit )
- 2010-11-26 15:26:09下载
- 积分:1
-
MATLAB
matlab命令大全,包括了很多matlab操作中需要的命令(matlab command)
- 2013-12-11 14:15:38下载
- 积分:1