登录
首页 » matlab » bp526

bp526

于 2009-01-01 发布 文件大小:8KB
0 182
下载积分: 1 下载次数: 2

代码说明:

  matlab编的程序,很好的matlab编的程序,(matlab allocation procedures, allocation matlab good procedures,)

文件列表:

Cal_Parameter_Back.asv
Cal_Parameter_Back.m
Cal_Parameter_Forward.m
Creat_Original_Data.asv
Creat_Original_Data.m
Creat_Original_Data1.m
Creat_W_Matix.m
IN_TO_ONE.asv
IN_TO_ONE.m
W.mat
wh_BP_main.asv
wh_BP_main.m

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

发表评论

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
  • decoder-ir-8ch
    IR 8CH decoder project
    2013-11-17 21:48:44下载
    积分:1
  • demos
    进行时频分析需要的东东,现在把它分享出来,希望大家喜欢(Need for time-frequency analysis of the East, and now to share it out, hope you like)
    2010-10-26 15:39:59下载
    积分:1
  • Optimization
    Comparison of the Iterative Stationary of 1st and 2nd order and CG methods on a Tikhonov regularization inverse problem: (Comparison of the Iterative Stationary of 1st and 2nd order and CG methods on a Tikhonov regularization inverse problem:)
    2010-01-10 16:40:55下载
    积分:1
  • Higher-Order-Spectral-
    用于分析高阶谱矩的计算,主要在随机信号处理与分析(Used for the calculation of higher order spectral analysis)
    2013-07-24 20:48:40下载
    积分:1
  • Acquisition_Posibility_Figure
    使用matlab仿真chirp信号模型应用于GPS捕获(Chirp signal using matlab simulation model to capture GPS)
    2014-09-22 15:54:16下载
    积分:1
  • GPS_data_processing
    对space borne GPS 接收机 Phoenix的数据处理matlab 程序(data processing for the Phoenix space-borne GPS receiver)
    2014-01-27 05:21:56下载
    积分:1
  • filter
    用CCS编的FIR滤波器,滤波系数用matlab计算(FIR filter。)
    2009-04-03 19:23:39下载
    积分:1
  • dingjie
    用模型进行方针和预测,并根据仿真数据进行模型定阶(deposit )
    2010-12-29 14:50:33下载
    积分:1
  • PSO
    I want to sent a good PSO codes for matlab
    2011-07-28 22:39:07下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载