-
bfgs
说明: matlabBFGS程序 呵呵 呵额呵呵呵呵呵呵额(procedures matlabBFGS呵呵呵呵呵呵呵呵呵the amount of the amount of)
- 2008-10-09 09:32:54下载
- 积分:1
-
enegydetect1520
频谱感知 能量检测算法 SNR -15 -20对比输出结果(energy detection spectrum sensing)
- 2016-07-03 18:36:15下载
- 积分:1
-
66767
2d vector field visualization in matlab
- 2015-03-03 15:06:56下载
- 积分:1
-
POWER21
电力系统分析 随书光盘 源代码, MATLAB编写,有参考价值(CD-ROM with the book Power System Analysis)
- 2009-12-23 14:45:51下载
- 积分:1
-
SAR-CSA(matlab)
SAR成像算法系列,有助于对SAR算法进行研究(SAR imaging algorithm series, contribute to the SAR algorithm research)
- 2013-10-22 11:09:07下载
- 积分:1
-
GM11
此代码为灰色预测GM(1,1)代码,其中包括了各个参数的计算及误差(This code is gray forecasting GM (1,1) code, including the calculation of the various parameters and error)
- 2014-02-05 14:52:14下载
- 积分:1
-
RIP
对于压缩感知领域的RIP问题,自己编的一种计算矩阵RIP稀疏的程序。(RIP problem for compressed sensing field, a computing sparse matrix RIP own series of programs.)
- 2021-04-12 15:58:57下载
- 积分: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
-
zhijiejie
用直接解得办法求摄影测量中的相对定向元素( use direct measurement to find the relative orientation elements in photography)
- 2020-12-31 14:58:59下载
- 积分:1
-
exp1
语音信号处理,对输入的语音信号进行分帧处理,短时傅立叶变换,最后画出语谱图(Speech signal processing, the input voice signal processing sub-frame)
- 2011-07-31 11:27:43下载
- 积分:1