登录
首页 » matlab » GM11

GM11

于 2013-10-22 发布 文件大小:270KB
0 191
下载积分: 1 下载次数: 4

代码说明:

  GM11适应范围.PDF文件;非常实用的GM11模型Matlab程序。C语言基础即可明白,无需多言(GM11 adaptation range. PDF file very useful GM11 model Matlab procedures. C programming language to understand, no need to say)

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

发表评论

0 个回复

  • PracticalMatlabBasicsforEngineers2009
    是最新MATLAB工程应用的代码,都是代码在里面,很值得鉴赏(Engineering applications is the latest MATLAB code is the code inside, it is worthy of appreciation )
    2009-09-26 22:23:19下载
    积分:1
  • zhengheOrbit
    将有的数据间隔大于10s的PKI数据与均匀10s的PRD数据整合成一个间隔<=10s的数据文件(Some data interval greater than 10s of the the PKI data with uniform 10s of the PRD data integration into an interval < = 10s data file)
    2013-03-20 22:53:51下载
    积分:1
  • speaker-recognition
    speech recognition using matlab....sousce definition
    2011-11-05 15:37:08下载
    积分:1
  • 张贤达《现代信号处理》第二版
    signal processing.as a new learner for signal processing
    2021-03-30 11:49:09下载
    积分:1
  • DSCDMA
    DSCDMA通信系统仿真源程序,调试通过(DSCDMA system code)
    2010-12-13 14:18:02下载
    积分:1
  • image
    The kernel learning approach method is producing qualitatively and quantitatively satisfactory SR results.
    2013-07-23 13:37:26下载
    积分:1
  • MOD
    Modulation and demodulation
    2013-03-30 10:36:34下载
    积分:1
  • 2PSK
    · 2PSK仿真系统编程。调制、信道、检测。 · 误码率仿真。 (2PSK 仿真)
    2013-12-15 20:22:42下载
    积分:1
  • xiaoxingfenglifadianzuida
    小型风力发电系统最大功率控制的扰动法及建模分析与仿真_齐志远(Small wind power system disturbance maximum power control method and Modeling Analysis and Simulation _ Qi Zhiyuan)
    2020-09-08 15:28:02下载
    积分:1
  • 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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载