-
Matlab时频分析技术及其应用_源代码
说明: 论述了多种时频分析方法,其中包括短时傅里叶变换、Cohen类时频分布、Hilbert-Huang变换、引入小波包分解的改进型Hilbert-Huang变换、(Various time-frequency analysis methods are discussed, including short-time Fourier transform, Cohen class time-frequency distribution, Hilbert-Huang transform, improved Hilbert-Huang transform with wavelet packet decomposition.)
- 2019-03-01 13:01:14下载
- 积分:1
-
直-源
说明: 电视直播源,可用于超级直播软件使用,可编辑。txt文本格式(Television Live Source)
- 2020-06-21 15:40:02下载
- 积分:1
-
输入算术表达式,分别输出表达式的前缀形式和后缀形式,提供用户图形界面...
输入算术表达式,分别输出表达式的前缀形式和后缀形式,提供用户图形界面-Enter an arithmetic expression, respectively, the form of the output expression prefix and suffix forms, provide the user graphical interface
- 2022-07-27 03:47:04下载
- 积分:1
-
Empire-Wargame-of-the-Century_DOS_EN
说明: Empire war game of the century for DOS. ADDICTIVE as crack.
- 2019-04-08 04:32:25下载
- 积分:1
-
Documents
说明: 可以利用hfss输出的s参数反算介电常数(use the s paramaters to get Dielectric constant)
- 2019-04-15 21:23:39下载
- 积分:1
-
Turbsim
说明: 全场随机风模拟机。它使用统计模型(如与基于物理的模型相反)来数值模拟三分量风速的时间序列在空间中固定的二维垂直矩形网格点上的向量。(TurbSim is a stochastic, full-field, turbulent-wind simulator. It uses a statistical model (as
opposed to a physics-based model) to numerically simulate time series of three-component windspeed vectors at points in a two-dimensional vertical rectangular grid that is fixed in space.)
- 2021-03-20 17:09:18下载
- 积分:1
-
实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!...
实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!-Implementation of a simple library management system is not very complicated for students to do course is designed to use!
- 2023-06-02 00:30:04下载
- 积分:1
-
QT小程序,一个简单的QT程序001hello
QT小程序,一个简单的QT程序,可以下载试试,初学QT适合(QT applet, a simple QT program, you can download it to try, the initial learning of QT is suitable.)
- 2020-06-21 00:20:01下载
- 积分:1
-
Second National College BBS Development Competition Algorithm Group
第二届全国高校 BBS 程序开发大赛算法组-Second National College BBS Development Competition Algorithm Group
- 2023-05-27 23:05:03下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1