登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 250
下载积分: 1 下载次数: 96

代码说明:

  % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()

文件列表:

dsakf.doc

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

发表评论

0 个回复

  • MATLABWaveletBook
    MATLAB wavelet book about wavelet and application
    2009-05-15 09:19:59下载
    积分:1
  • fulanghefei
    这是一个用matlab模拟单缝弗朗禾费衍射,光强分布的程序代码(This is a matlab simulation of single slit franco for diffraction, the intensity distribution of the program code)
    2013-04-23 17:23:53下载
    积分:1
  • Stemmer
    Matlab Speech Samples
    2010-11-18 06:32:35下载
    积分:1
  • mtd_mat
    说明:  有关雷达MTD算法中用到的fft和fir算法的仿真程序(Radar MTD algorithm)
    2010-04-29 11:13:44下载
    积分:1
  • STAR_Demonstration
    Demonstration for the STAR (Spike-Temporal-Auditory-Analysis)method of neural coding utilized in cochlear implants.
    2014-09-05 01:24:34下载
    积分:1
  • af-dfincooperationcommunication
    协作通信中的af-df转发源码,matlab版本 (Cooperative communications forward in af-df source, matlab version)
    2010-12-04 12:58:14下载
    积分:1
  • fdf3d.m
    Matlab FDF 3D reader buil on the Sharon Zhang FDF reader.
    2009-06-25 21:24:38下载
    积分:1
  • 12
    说明:  模糊正系统的判定及稳定性分析,相比一般的稳定性分析我的有独特之处(Fuzzy is the system and stability analysis to determine )
    2011-04-17 21:09:17下载
    积分:1
  • Permanent_Magnet_Synchronous_Machine
    利用matlab做的永磁同步电机的模型,给定转速做外环,输出稳定(Matlab to do a permanent magnet synchronous motor model given speed to do the outer ring, stable output)
    2013-01-09 21:48:04下载
    积分:1
  • anneal
    TEST_FBMPC Demonstrates how to construct a signal according to the signal model, and recover the signal using the FBMP algorithm by calling the function FBMPC_FXN
    2013-03-07 18:16:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载