登录
首页 » matlab » 模极大值

模极大值

于 2018-04-14 发布 文件大小:3KB
0 165
下载积分: 1 下载次数: 23

代码说明:

  用于实现小波变换模极大值去噪,信号为正弦信号添加高斯白噪声(It is used to denoise the modulus maximum of wavelet transform, and the signal is sinusoidal signal, adding Gauss white noise.)

文件列表:

模极大值\Denoise_w_Mod_sim.m, 4179 , 2018-04-13
模极大值\Py_Pgama.m, 894 , 2018-04-13
模极大值\P_gama.m, 369 , 2018-04-13
模极大值\P_y.m, 835 , 2018-04-13
模极大值\www.pudn.com.txt, 218 , 2018-04-13
模极大值, 0 , 2018-04-13

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

发表评论

0 个回复

  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • 噪声生成(matlab
    代码中含有各种生成噪声的MATLAB代码,如高斯噪声,椒盐噪声等(The code contains all kinds of noise generated by MATLAB code, such as Gauss noise, salt and pepper noise, etc.)
    2020-06-23 18:40:01下载
    积分:1
  • 吴恩达机器学习 machine learing ex1编程代码实现
    吴恩达机器学习 machine learing ex1编程代码实现(machine learing code1)
    2020-06-21 07:40:02下载
    积分:1
  • flychess
    这是一个很复杂的用java编写的飞行棋游戏,难点在地图的绘制上(This is a very complex flight with a chess game written in java and difficult to draw on the map)
    2011-11-22 20:12:09下载
    积分:1
  • etc修改工具
    问道外传修改工具,具体教程打开后有说明~~~(Question Outreach Modification Tool)
    2020-06-16 22:40:01下载
    积分:1
  • 一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业
    一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业-a simple Java small hotel procedures, functions simple, curriculum design operations
    2022-07-11 12:52:03下载
    积分:1
  • Gardner
    说明:  用于接收机的定时误差检测的Gardner算法的Simulink仿真,附有Word说明(Receiver for the Gardner timing error detection algorithm for the Simulink simulation, with Word Help)
    2009-08-07 09:54:05下载
    积分:1
  • 用汉宁窗函数 的频谱分析源代码
    减少频谱泄漏,通常在采样后对信号加窗。在电机故障诊断领域,需同时考虑频率分辨率和频谱泄漏。应用最广泛的窗函数是汉宁窗。(To reduce the spectrum leakage, a window is usually added to the signal after sampling. In the field of motor fault diagnosis, frequency resolution and spectrum leakage should be considered at the same time. The window function is the most widely used Hanning window.)
    2020-08-15 16:18:27下载
    积分:1
  • vb 获取外网ip
    "获取外网ip源码 Private Sub Command1_Click() Dim h As Object Dim i As Integer Dim s As String Set h = CreateObject("Microsoft.XMLHTTP")     GetInternetIP = False     g_strInternetServerIP = ""          h.Open "GET", "http://ip.3322.net", True "False     h.Send     If (h.ReadyState = 4) And (h.Status = 200) Then   &nb
    2022-10-06 09:35:03下载
    积分:1
  • Evacuation Botleneck
    说明:  包含有代码的基于元胞自动机的室内人员疏散模拟文章(Cellular Automata-based Indoor Evacuation Simulation with Code)
    2021-03-05 14:49:31下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载