登录
首页 » matlab » FS

FS

于 2010-08-19 发布 文件大小:7KB
0 144
下载积分: 1 下载次数: 0

代码说明:

说明:  采用局部线性逼近法来预测复杂的混沌时间序列。(Local linear approximation method using chaotic time series prediction)

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

发表评论


0 个回复

  • dsakf
    % 文件名: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) ()
    2007-06-28 16:08:04下载
    积分:1
  • huffmanarithmaticcoding
    在matlab运行环境下 实现霍夫曼编码及霍夫曼译码(Huffman coding matlab implementation)
    2010-06-04 19:41:06下载
    积分:1
  • SpreadSpectrumcommunication_Matlab
    关于扩频通信的一些基本模块,包括扩频的抗干扰,低检测概率等性能的仿真。(on spread spectrum communications, the basic modules, including the spreading of interference, the low probability of detection properties of the simulation.)
    2007-06-20 18:57:48下载
    积分:1
  • guji
    matlab在金融计算中极大似然估计的应用教程和实例书籍(Maximum likelihood estimation matlab financial calculations application tutorials and examples of books)
    2013-02-13 17:59:27下载
    积分:1
  • newton
    it is useful for my research
    2013-12-21 13:57:04下载
    积分:1
  • OFDM_Ch_LSE
    在本文件中,我实现了对于OFDM系统信道估计的LSE算法(in this document, I realized for OFDM channel estimation algorithm for the LSE)
    2007-05-04 22:23:57下载
    积分:1
  • PlotEye
    说明:  matlab通信实验仿真,眼图的生成,绘图方法,(communication matlab simulation, the generation of eye diagram, mapping methods,)
    2009-07-22 17:24:38下载
    积分:1
  • Graphical_BinaryTree-SourceCode
    Generates a symmetric matrix with non-zero diagonal elements
    2014-09-14 00:04:36下载
    积分:1
  • NotchFilter
    this code is about one of the filtering algorithms in image processing.
    2015-04-01 22:59:45下载
    积分:1
  • mwaveplot
    matlab中wave文件的绘图功能源代码,可以(Matlab which documents the wave function mapping the source code, you can try)
    2007-07-01 16:26:35下载
    积分:1
  • 696518资源总数
  • 104658会员总数
  • 44今日下载