-
DIFDS2
用LAPLACE方法求解多维沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。此处为MATLAB程序,注意不同的初始条件(used method for multiple preoperational Ertaila equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult. MATLAB here for the procedure to different initial conditions)
- 2007-06-30 13:54:51下载
- 积分:1
-
MATLAB
Matlab codes for numerical analysis
- 2009-07-07 00:42:37下载
- 积分:1
-
5
说明: 地震资料的谱分解的matlab的程序,需要的可以直接带走(Seismic data, spectral decomposition matlab procedures, need to be taken directly)
- 2013-09-08 08:49:14下载
- 积分:1
-
variogramfit
断层插值函数代码,采用matlab软件环境编制(Fault code matlab interpolation function, the soft environment system
)
- 2013-11-27 23:30:51下载
- 积分:1
-
PhysioNet_ECG_Exporter_modified
matlab模拟生成人体心电信号,输入适当的秒数,得到想要模拟心电信号。(Matlab simulation of human ECG signal, input the appropriate number of seconds, to receive the analog ECG signal.)
- 2012-05-02 14:23:38下载
- 积分:1
-
maxvrais_modele_lineaire_rec
最大似然估计算法Matlab实现,不容易啊!!!!!!!!!!(Maximum likelihood estimate,not so esay!!!!!!!!!!)
- 2013-11-28 20:22:13下载
- 积分: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
-
power
Rectifier 1phase fuzzy
- 2012-06-11 16:57:48下载
- 积分:1
-
mfiles
现代通信系统(第二版)(MATLAB版)实例代码(communication with matlab)
- 2011-12-01 15:40:13下载
- 积分:1
-
ROMP
Regularized OMP by Vershyn and Kneedell
- 2021-03-26 22:09:12下载
- 积分:1