登录
首页 » matlab » getECRFeature

getECRFeature

于 2011-05-04 发布 文件大小:1KB
0 176
下载积分: 1 下载次数: 5

代码说明:

  shot ditection using ECR

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

发表评论

0 个回复

  • AM
    说明:  amplitude modulation
    2010-10-17 00:27:34下载
    积分:1
  • 111
    比例导引理想弹道仿真Matlab代码请查阅(比例导引理想弹道仿真Matlab代码)
    2009-07-14 22:13:20下载
    积分:1
  • kmeanssource
    说明:  kmeans程序,用以各种方面聚类分析,诸如入侵检测和图像等。(kmeans method,used in many fields, such as intrusion detection, imag segmentation and etc. )
    2009-08-02 11:23:25下载
    积分:1
  • DBRUITAGE-ECG
    programme in matlab filetres for digital signal processing..
    2013-11-21 23:16:06下载
    积分:1
  • Loadability-30bus
    This powerful code helps you determine the static voltage stability of a power system. The code is really useful for power engineers.Also it can determine the optimal location of a DG to improve the voltage stability limit of power system.
    2015-03-13 17:59:09下载
    积分:1
  • regress-57043
    Indexing object properties by signed numerical literals.
    2014-02-08 18:27:18下载
    积分:1
  • Hopfield-network
    Hopfield neural network
    2015-10-23 00:19:50下载
    积分:1
  • 2016.10.04GSA_SVM
    通过引力搜索算法,进行支持向量机参数优化。实现模式识别和趋势预测。(The parameters of support vector machine are optimized by gravitational search algorithm. Realize pattern recognition and trend prediction.)
    2020-08-27 09:48:13下载
    积分:1
  • 遗传算法
    说明:  采用遗传算法进行预测PID控制参数,航空发动机控制技术采用PID控制。(Genetic algorithm is used to predict PID control parameters.)
    2021-04-28 12:38:44下载
    积分: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
  • 696518资源总数
  • 106215会员总数
  • 5今日下载