-
raytrace
说明: 二维射线追踪程序!matlab编写!! 地震声波正演源程序(Two-dimensional ray-tracing program! matlab prepared! ! Forward seismic acoustic source)
- 2008-11-29 17:15:38下载
- 积分:1
-
matlabmprogram
简单函数优化的遗传算法程序简单函数优化的遗传算法程序简单函数优化的遗传算法程序(Simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization procedure)
- 2009-06-03 20:49:35下载
- 积分:1
-
TutorMatlab
MATLAB PROGARM Naive Bayes
- 2012-05-09 22:47:43下载
- 积分:1
-
VESAduodaodizhenmoxingceshi
利用VFSA法对地震剖面进行反演测试,可以用来测试模拟退火法是否可以用于实际模型。(Use VFSA method seismic inversion tests can be used to test whether the simulated annealing method can be used in the actual models.)
- 2014-11-03 22:27:36下载
- 积分:1
-
rosenbrock(matlab)
Rosenbrock函数图像绘制源代码程序。为毕业设计而制作。——张景(Rosenbrock function image mapping program source code. Designed and produced for graduation.- Zhang)
- 2009-03-06 21:47:43下载
- 积分:1
-
AutoRegression
AR自回归模型,主要介绍时间序列分析中重要的一个模型。(AR autoregression model, time series analysis introduces an important model.)
- 2014-01-28 10:07:30下载
- 积分: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
-
cvcodes
说明: 统计中的COSSO方法,一种很有效的方法(cosso with adaptive models)
- 2011-04-10 09:05:45下载
- 积分:1
-
simple_gui
一个简单的Gui设计实例,用于matlab初学者(Gui a simple design example for beginners Matlab)
- 2006-06-01 09:19:24下载
- 积分:1
-
UnitCommitment
说明: 这是电力系统机组组合程序。可以用于电力系统优化,电力市场研究(This is the program of unit commitment for power system)
- 2021-02-08 22:49:54下载
- 积分:1