登录
首页 » 算法 » 遗传优化随机共振

遗传优化随机共振

于 2022-04-15 发布 文件大小:120.28 kB
0 320
下载积分: 2 下载次数: 11

代码说明:

应用背景随机共振利用噪声,可以增强信号。对于双稳态系统,朗之万方程的参数a,b对系统影响很大,需要合理选取。压缩包中有两个使用GA遗传算法的示例程序,一个简单一个较复杂。关键技术随机共振SR相比于以往的去噪技术,可以利用噪声进行信号增强。使用了遗传算法对系统的参数进行优化

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

发表评论

0 个回复

  • RSA加密
    Rivest、Shamir 和 Adleman设计了一种算法,可以实现非对称加密。这种算法用他们三个人的名字命名,叫做RSA算法。从那时直到现在,RSA算法一直是最广为使用的“非对称加密算法”。只要有计算机网络的地方,就有RSA算法。
    2022-07-19 04:32:05下载
    积分:1
  • 一个二十四点的游戏
    一个二十四点的游戏-a 24-point game
    2023-08-21 01:10:03下载
    积分:1
  • #define 中使用运符 c
    #include < stdio.h > #include < string.h > #define TFTP_TYPE_GET 0 #define TFTP_TYPE_PUT 1 int (主) { printf %("d",TFTP_TYPE_GET) ; }
    2023-06-15 02:11:15下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • OFDM源代码仿真
    有关OFDM的源代码,非常非常有用
    2022-05-08 13:57:33下载
    积分:1
  • 基于自适应巴特沃斯滤波器的红外弱小目标检测(Matlab版)
    应用背景由于红外弱小目标具有的可用特征非常有限,尤其在复杂背景下的弱小目标极易淹没在杂乱的信息之中,如何高效准确地从复杂背景中分离出目标具有重要的现实意义。关键技术本工程利用自适应巴特沃斯滤波器对复杂背景下的红外弱小目标进行检测,通过计算信息熵确定滤波器的参数。代码附有详细注释,简明易懂且具有很好的检测效果。
    2022-03-26 18:27:49下载
    积分:1
  • Three
    Three-dimensional finite-difference ground-water flow model 三维流体有限元源代码-Three-dimensional finite-difference ground-water flow model of three-dimensional fluid finite element source code
    2022-04-02 05:13:21下载
    积分:1
  • 2个关于概率统计的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
    2个关于概率统计的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two on the statistical probability of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
    2023-02-14 04:35:04下载
    积分:1
  • This code gets a text file which is output of simple scalar profiling command an...
    This code gets a text file which is output of simple scalar profiling command and process it, it extracts sequences of logical operations like and, or, shift.
    2023-03-28 01:35:04下载
    积分:1
  • featflow1.3RC10, finite element
    featflow1.3RC10,有限元-流体,老外开发的,不错。-featflow1.3RC10, finite element- fluid, foreign development, yes.
    2022-04-25 10:00:34下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载