登录
首页 » matlab » GLCT

GLCT

于 2020-05-19 发布
0 256
下载积分: 1 下载次数: 10

代码说明:

说明:  广义线性调频小波的变换的程序,可实际运行!(General linear chirplet transform procedures, can actually run!)

文件列表:

GLCT, 0 , 2020-01-27
GLCT\1461348418811717.pdf, 1784606 , 2019-11-03
GLCT\Example_1.m, 1383 , 2019-11-03
GLCT\Example_2.m, 642 , 2015-04-28
GLCT\Example_3.m, 437 , 2015-04-28
GLCT\GLCT.m, 1596 , 2015-04-28
GLCT\General linear chirplet transform.pdf, 6185506 , 2019-11-03
GLCT\LCT.m, 1156 , 2015-04-28
GLCT\Read me.txt, 1304 , 2019-11-03
GLCT\batdata1.mat, 3328 , 2015-04-28
GLCT\batdata2.mat, 1817 , 2015-04-28
GLCT\license.txt, 1683 , 2019-10-29
GLCT\tftb_window.m, 4020 , 2019-11-03

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

发表评论

0 个回复

  • 一款使用SMTP协议的发送邮件的小软件
    一款使用SMTP协议的发送邮件的小软件-An agreement to use SMTP to send messages of small software
    2022-07-03 17:21:39下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • Kdbosplugins-disappear-solution
    说明:  金蝶 bos vb插件开发向导消失的解决办法(Kingdee bos vb plugins wizard disappear solution)
    2011-04-14 14:15:40下载
    积分:1
  • shibiao
    水表数字识别主要对指针式水表进行数字识别(shui biao shu zi shibie)
    2016-10-17 15:59:23下载
    积分:1
  • Grid
    一个VB6编写的表格控件,对与我们学习控件编写很不错。(Write a VB6 grid control, we can learn to write and very good control.)
    2016-04-06 10:55:19下载
    积分:1
  • 《轴承设计系统RBCADS》源代码
    说明:  是专门用于滚动轴承产品设计的计算机软件。使用本软件可以快速设计出绝大多数结构的轴承产品,对于提高企业对市场的快速反应能力,提高轴承产品的设计效率和质量,减少设计错误将发挥积极的作用。软件优越的性能得到客户的一致好评,公认为是轴承行业内功能最强、设计品种最多、使用最为方便的轴承产品设计软件。本滚动轴承设计软件的主要功能如下: ? 对主要设计参数进行优化设计; ? 绘制出产品的二维比例图和三维立体图; ? 绘制出产品装配图和零件图; ? 生成设计计算说明书和进行轴承的寿命计算;(It is a computer software specially used in the design of rolling bearing products. The software can be used to design most structural bearing products quickly. It will play an active role in improving the quick response ability of enterprises to the market, improving the design efficiency and quality of bearing products, and reducing design errors. The superior performance of the software has been praised by customers. It is generally acknowledged that it is the most powerful bearing product design software in the bearing industry with the most design varieties and the most convenient use. The main functions of this rolling bearing design software are as follows: The main design parameters are optimized. Draw two-dimensional scale and three-dimensional stereogram of the product. Draw assembly drawings and parts drawings. Generation of design calculation instructions and calculation of bearing life;)
    2019-04-03 23:52:57下载
    积分:1
  • 8921
    源码使用易语言网络传送支持库演示xhdown.dll中的命令下载的例程。源码例程文件包含xhdown.dll源码。(Source Use easy language support library network transmission of command to download the demo xhdown.dll routines. )
    2015-12-08 15:55:06下载
    积分:1
  • management of the Central Security mathematical modeling. Fringe and the quality...
    关于安环管理的数学建摸.并附带质量管理 和医院系统的统一数学建摸.-management of the Central Security mathematical modeling. Fringe and the quality of management and hospital systems in mathematical modeling.
    2022-11-18 22:50:02下载
    积分:1
  • Sin-Nombre1
    realize de merge sort
    2013-10-06 09:46:27下载
    积分:1
  • blwid-rost
    恒模算法(CMA)是实际中应用最广的一种盲均衡算法,这里主要时提出了改进的lc-cma算法的源程序代码(Constant modulus algorithm (CMA) is one of the most widely used blind equalization algorithms in practice. In this paper, the source code of the improved lc-cma algorithm is proposed.)
    2019-03-28 01:02:06下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载