登录
首页 » matlab » dct

dct

于 2010-06-13 发布 文件大小:1KB
0 238
下载积分: 1 下载次数: 5

代码说明:

  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 )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zoomfft
    于MATLAB复调制ZOOM-FFT算法的分析和实现(In MATLAB complex modulation ZOOM-FFT algorithm analysis and implementation)
    2010-06-03 15:29:50下载
    积分:1
  • multipath4
    多径理解4,理解多径对信号的影响 ,(four multi-path understanding, understanding of the multi-path signals and understanding of the multi-path signals,)
    2007-03-30 19:01:12下载
    积分:1
  • ekfukf
    扩展卡尔曼滤波工具箱,已经用此程序成功的做过研究(Extended Kalman filter toolbox, has been successful with this program has done research, )
    2014-08-20 13:07:04下载
    积分:1
  • advance-_kmeans
    一种改进的k均值聚类算法,在matlab平台上测试已经通过(An improved k-means clustering algorithm on matlab platform test has been passed.)
    2014-04-03 10:18:13下载
    积分:1
  • FuzzyControl
    模糊PID控制在直流调速系统中的应用 ( The APPlication of Fuzzy Control lerin DCSP Regulation )
    2009-03-27 12:06:19下载
    积分:1
  • symmetric-cyclic-stress-life
    疲劳设计中周期循环对称的算法,程序中使用了全局变量的传递和反迭代的算法,有一定的借鉴意义。(symmetric cyclic stress life method)
    2015-04-20 09:16:11下载
    积分:1
  • matlab
    基于DCT的图像处理,MATLAB例程。。。。。。、(DCT-based image processing, MATLAB routines. . . . . . ,)
    2014-02-12 16:44:32下载
    积分:1
  • BPFdesign
    本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!(This program has been organized into WORD document I, the programming language MATLAB, this design of digital filter for band-pass filter, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!)
    2009-12-16 19:00:50下载
    积分:1
  • 10Minuts-matlabGUI
    一个快速学会做MatlAB程序界面的教程(Learn how to do a quick tutorial program interface MatlAB)
    2011-06-24 10:46:36下载
    积分:1
  • OFDM_signal
    用matlab实现ofdm信号和它的累积分布函数代码(Using matlab ofdm signal and its cumulative distribution function code)
    2013-12-04 17:42:54下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载