登录
首页 » matlab » 基流分割程序

基流分割程序

于 2018-07-19 发布 文件大小:3981KB
0 352
下载积分: 1 下载次数: 12

代码说明:

  tvfemd可进行序列分解,比emd分解效果可能要好一点。(he sifting process is completed using a time varying filter technique.The local cut-off frequency is adaptively designed by fully facilitating the instantaneous amplitude and frequency information. Then nonuniform B-spline approximation is adopted as a time varying filter. In order to solve the intermittence problem, a cut-off frequency realignment algorithm is also introduced. Aimed at improving the performance under low sampling rates, a bandwidth criterion for intrinsic mode function (IMF) is proposed. TVF-EMD is fully adaptive and suitable for the analysis of linear and non-stationary signals. Compared with EMD, the proposed method is able to improve the frequency separation performance, as well as the stability under low sampling rates. Besides, the proposed method is robust against noise interference.)

文件列表:

baseflow\08095300.prn, 223106 , 2005-10-14
baseflow\baseflow.dat, 328 , 2006-06-12
baseflow\baseflow.doc, 4013056 , 2002-04-25
baseflow\baseflow_inst.doc, 57856 , 2002-09-06
baseflow\bflow.exe, 421941 , 2006-06-12
baseflow\file.lst, 263 , 2006-06-12
baseflow\source, 0 , 2006-06-14
baseflow\source\baseflow.f, 20746 , 2006-06-12
baseflow\source\caps.f, 1577 , 2002-09-05

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

发表评论

0 个回复

  • 用jsp写的留言本,数据库采用的是mysql
    用jsp编写的留言本,数据库采用的是mysql -with the preparation of messages, the database using the mysql
    2022-12-04 01:55:03下载
    积分:1
  • python http 客户端
    python http 客户端 实现文件或者文本上传下载
    2019-10-29下载
    积分:1
  • 有6个c/c++的的代码
    有6个c/c++的网络编程的代码-a 6 c/c network programming code
    2022-07-20 05:57:26下载
    积分:1
  • translate in chinese.
    汉化ddd ddd!-translate in chinese.
    2022-02-03 15:42:23下载
    积分:1
  • java 聊天室
    聊天房间在 java 中的应用......,如果你有问题告诉我必须,我会帮你出此套接字编程是使用。其中一个是服务器和另一种是客户端在此您将连接 serveer,然后它开始工作......④ 实验室软件的概念是在 2004 年首。üOur 项目被有关计算机实验室üComputer 编程主题是需要的 inbachelors 或硕士学位。üProgramming 主题涉及到 classteaching,计算机实验室的工作。所需要的类及在计算机实验室中的计算机老师 ismust üAvailability。
    2022-05-25 11:51:19下载
    积分:1
  • 日期选择控件+示例
    My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名 My97DatePicker.htm是必须文件,不可删除(4.8以后不存在此文件) 各目录及文件的用途: WdatePicker.js 配置文件,在调用的地方仅需使用该文件,可多个共存,以xx_WdatePicker.js方式命名config.js 语言和皮肤配置文件,无需引入(4.8以后合并入WdatePicker.js)calendar.js 日期库主文件,无需引入My97DatePicker.htm 临时页面文件,不可删除(4.8以后不存在此文件)目录lang 存放语言文件,你可以根据需要清理或添加语言文件目录skin 存放皮肤的相关文件,你可以根据需要清理或添加皮肤文件包 当WdatePicker.js里的属性:$wdate=true时,在input里加上class="Wdate"就会在选择框右边出现日期图标,如果您不喜欢这个样式,可以把class="Wdate"去掉,另外也可以通过修改skin目录下的WdatePicker.css文件来修改样式  
    2013-10-20下载
    积分:1
  • STM32H745_Ethernet
    Trying to get Ethernet, LWIP and FreeRTOS working on the STM32H745. Testing on the NUCLEO-H745ZI-Q using FW_1.7 and the STM32CubeIDE. ## Instructions on how to get started: * [LWIP without RTOS](Documentation/lwip_nortos.md) * [LWIP with RTOS](Dcumentation/lwip_rtos.md) ## Bugs and improvements * [SysTick not increasing ticks](Documentation/no_systick.md) * [No DHCP IP when starting without ethernet cable](Documentation/dhcp_nocable.md) ## Current status: * RTOS works (blinky) * LWIP works (nucleo board gets IP from DHCP on router) * HTTP test server works (navigate to http:///index.html for demo)
    2021-07-25 00:31:02下载
    积分:1
  • C. P.子通知系统V2.26
    C.P.Sub公告系统 v2.26-C. P. Sub Notice System v2.26
    2022-02-27 04:32:09下载
    积分:1
  • Java Network Programming examples Chapter 10 case. Rar
    Java网络编程实例 第10章实例.rar-Java Network Programming examples Chapter 10 case. Rar
    2022-02-07 10:00:08下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载