登录
首页 » 算法 » a algorithm for short time fourier transform

a algorithm for short time fourier transform

于 2022-04-26 发布 文件大小:866.00 B
0 147
下载积分: 2 下载次数: 1

代码说明:

一种短时傅立叶变换的算法.并利用短时傅立叶变换画图-a algorithm for short time fourier transform

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

发表评论

0 个回复

  • 用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including in
    用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including individual objects relative error rate indicators, and marking error rate.
    2022-02-01 11:21:52下载
    积分:1
  • 有限长信号自相关函数的计
    有限长信号自相关函数的计算-finite signal autocorrelation function of calculation
    2022-04-11 11:39:26下载
    积分:1
  • Scaling Zero-order
    此演算法可用來實現 放大 及縮小 在歐幾里得幾何中,均勻縮放是放大或縮小物體的線性變換; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-12-26 22:15:03下载
    积分:1
  • 顺序队列C实现
    #include "stdio.h"    #include "stdlib.h"   #include "io.h"  #include "math.h"  #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front;     /* 头指针 */ int rear;  /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
    2022-08-13 11:29:01下载
    积分:1
  • 理发馆的排队模拟
    理发馆的排队模拟- The haircut hall lines up simulates
    2022-03-19 06:41:35下载
    积分:1
  • 蓝牙4.0 CC2540 adxl345 实现计步器
    蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法
    2022-01-31 22:04:54下载
    积分:1
  • 外部排序C++实现
    这是我们数据结构与算法设计的一次作业,是一个外部排序的算法实现,希望对刚刚学数据结构的同学有一点帮助。
    2022-01-26 02:10:11下载
    积分:1
  • Phyton Capcha 解码器
    验证码解码器 80%精度 -得到更柔和的图像 -选择图像 -显示文本
    2022-11-25 16:55:03下载
    积分:1
  • 玉米颗粒的检测
    使用Matlab的GUI设计,实现了一种谷物(玉米)自动计数的方法。
    2022-01-31 12:58:27下载
    积分:1
  • 递归计模式
    递归计算众数,重数,输入一个整形数组,用递归计算数组中出现次数最多的数(众数)以及出现次数(重数)。-Recursive calculation mode, re-number, enter an integer array, with the recursive computation of the array appear in the highest number of number (plural), and the number of occurrences (multiplicity).
    2023-06-28 09:20:04下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载