登录
首页 » matlab » dsakf

dsakf

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

  • CTD
    RBR海洋要素数据处理(数据的自动识别截取,温盐剖面图)(RBR marine elements of data processing (automatic identification data capture, thermohaline sectional view))
    2014-10-11 03:28:25下载
    积分:1
  • atti_cal
    惯性导航程序,matlab编辑,旋转矢量法结合方向余弦矩阵,完美计算姿态阵,惯导姿态更新程序(Inertial navigation procedures, matlab editing, rotation vector direction cosine matrix method combined with perfect posture matrix calculation, INS attitude update)
    2014-11-01 22:51:32下载
    积分:1
  • fastKurtogram
    fastkurtogram是法国人编辑的程序,可以用他快速进行故障诊断(fastkurtogram Frenchman editing program, with his rapid fault diagnosis)
    2012-09-16 10:04:49下载
    积分:1
  • nuhmfafx
    基于matlab GUI界面设计,用于图像处理的独立分量分析,使用拉亚普诺夫指数的公式,BP神经网络用于函数拟合与模式识别,滤波求和方式实现宽带波束形成,GPS和INS组合导航程序。( Based on matlab GUI interface design, Independent component analysis for image processing, Raya Punuo Fu index using the formula, BP neural network function fitting and pattern recognition, Filtering summation way broadband beamforming, GPS and INS navigation program.)
    2016-04-12 22:50:29下载
    积分:1
  • APFsanjiaobo
    APF 三角波比较方式的matla simulink模型(Matla simulink model APF triangle wave comparison method)
    2015-02-04 15:43:31下载
    积分:1
  • OFDMsimulation
    这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。 (This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, the upper and lower frequency, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding module, and system performance omnibus simulation of the system reliability.)
    2010-08-14 23:48:19下载
    积分:1
  • sat_orbit
    这是由Andrea Monti Guarnieri的卫星轨道确定算法,基于的是norad 的tle数据(This is Andrea Monti Guarnieri satellite orbit determination algorithm, is based on the norad of tle data)
    2021-04-13 15:18:56下载
    积分:1
  • bianping
    matlab中边频的示例程序,操作简单,可直接复制,便于调用。(side frequency in matlab sample program, simple operation, can be directly copied, easy call.)
    2013-07-26 17:18:20下载
    积分:1
  • curvelab
    CurveLab is a collection of Matlab and C++ programs for the Fast Discrete Curvelet Transform in two and three dimensions.
    2011-12-01 13:47:38下载
    积分:1
  • LDPC_Decoder_TDMP
    LDPC Coding with PSK modulation in an AWGN channel Description LDPC Coding with PSK modulation in an AWGN channel Most of the functions are built in matlab functions found in the comm. toolbox. These can also be easily configurable in the code to meet your requirements. In the given code, set the SNR, codeRate, modulation order (psk) and Number of frames to be simulated. Please feel free to contact me and let me know your comments.
    2020-11-29 21:59:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载