登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 234
下载积分: 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 个回复

  • Cryptography
    cryptography is a technique used for decryption and encryption
    2012-04-16 17:51:27下载
    积分:1
  • pso
    网上找到别人分享的比较简洁的微粒群算法matlab代码(Find online to share with others a simple particle swarm optimization matlab code)
    2013-03-15 14:20:36下载
    积分:1
  • ninvge
    this is multi level inverer,9
    2012-02-06 05:18:34下载
    积分:1
  • PSO
    pso particle Swarm optimization
    2011-11-25 16:16:26下载
    积分:1
  • __RF_Circuit_Design__Theory_and_Applications(1)
    RF APPLICATIONS AND THEORY
    2013-12-05 01:46:30下载
    积分:1
  • linblkcoderx
    LINEAR BLOCK CODE SIMULATION IN MATLAB
    2009-03-14 11:58:33下载
    积分:1
  • OMP
    说明:  本程序实现了信号稀疏分解的经典算法OMP!(This program implements a classic signal sparse decomposition algorithm OMP!)
    2011-03-04 10:20:27下载
    积分:1
  • simulink-QPSK
    对QPSK解调系统完美建模,其中通过改变码元速率和载波频率,再计算相应的环路滤波器的参数,即可实现多种QPSK模型的解调,且该模型可通过SYSTEM generator进行量化,从而生成ISE能直接使用的HDL代码。 matlab版本:2007a(Perfect for QPSK demodulation system modeling, which by changing the symbol rate and carrier frequency, and then calculate the corresponding parameters of the loop filter, QPSK demodulator can achieve a variety of models, and the model can be quantified by SYSTEM generator thereby generating ISE HDL code can be used directly. matlab version: 2007a)
    2013-12-17 23:32:35下载
    积分:1
  • simulink-fuzzy-pid
    matlab 模糊pid控制例子。基于simulink(matlab fuzzy pid control)
    2012-11-26 20:01:38下载
    积分:1
  • di121
    music高阶谱分析算法,基于kaiser窗的双谱线插值FFT谐波分析,FMCW调频连续波雷达的测距测角。( music higher order spectral analysis algorithm, Dual-line interpolation FFT harmonic analysis kaiser windows, FMCW frequency modulated continuous wave radar range and angular measurements.)
    2017-04-12 14:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载