登录
首页 » 算法 » FIR数字滤波器设计,窗函数在信号处理中的作用

FIR数字滤波器设计,窗函数在信号处理中的作用

于 2022-11-30 发布 文件大小:1.77 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

FIR数字滤波器设计,窗函数在信号处理中的作用-FIR digital filter design, window function in the signal processing of

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

发表评论

0 个回复

  • 0/1背包java实现
    import java.util.Scanner; public class Packsack{ Scanner sc=new Scanner(System.in); int n;//物品个数 int m;//背包最大容量 int w[];//存储每个物品的重量 int v[];//存储每个物品的价值 int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值 public Packsack(){ System.out.println("please input the number of goods"); n=sc.nextInt
    2022-04-13 13:49:39下载
    积分:1
  • 感应电机速度控制
    应用背景这是产生PWM感应电机的SVPWM算法关键技术这种利用MikroC Pro的dsPIC编译器生成的代码
    2022-06-19 03:29:39下载
    积分:1
  • 一个acm题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个...
    一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem description : a black box, as a 15 x 10 two-dimensional matrix, there are some gaps in two-dimensional matrix using 0 indicates the gap, with a show that occupies. An existing equipment, from the direction of four branches box for perspective : from left to right, from the lower left to upper right, from bottom to top, from the lower right to upper left. Perspective availability of the two-dimensional matrix of the line a number. Demand reduction of this matrix. Input : 4 firms on behalf of every line from left to right, from the lower left to upper right, from bottom to top, from the upper left to lower right perspective on data obtained from the output : the matrix method is the use of backtracking, see the specific procedures
    2022-07-08 10:50:46下载
    积分:1
  • python SCAN实现(structural clustering algorithm for networks)
    资源描述 python SCAN算法实现(structural clustering algorithm for networks) 关于格式的输入请用python的第三方类库networkx 该第三方库好用简便
    2023-04-08 00:40:04下载
    积分:1
  • 初学者实现矩阵乘,觉得矩阵乘简单但很实用,写的不是很高效,可以下载下来研究研究哦。...
    初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-beginners achieve matrix multiplication, a simple matrix multiplication think it is practical and writing is not very efficient and can be downloaded from studies oh.
    2022-03-13 03:26:40下载
    积分:1
  • 最大子段和 源码
    该代码用于求最大子段和,常用语大学或研究生算法课程的作业。当然,该源码是练习算法的一个很好的例子。
    2022-01-26 06:55:47下载
    积分:1
  • unknownexercice
    #include < stdlib.h > #include < stdio.h > #include < sys/types.h > #include < sys/stat.h > #include < fcntl.h > int 主要 (int argc、 char *argv[]) { int fd、 fd2、 fd3 ; int i; 浅黄色 char [10] ; fd=open(argv[1],O_RDONLY) ; if(fd2=open(argv[2],O_WRONLY) = =-1) { fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ; read(fd,buff,10) ; write(fd3,buff,10) ; } 其他 { fd2=open(argv[2],O_TRUNC) ; read(fd,buff,10) ; write(fd2,buff,10) ; } 返回 0 ; }
    2023-05-04 19:30:03下载
    积分:1
  • uc/osII移植
    利用意法半导体STM32F103ZET6芯片,移植uc/osii系统,通过修改os_cpu.h,os_cpu.c,os_cpu.asm等文件成功实现移植,并给出验证示例,通过跑马灯实验,ADC,DAC实验SPI等验证,
    2022-03-21 05:19:09下载
    积分:1
  • 96位大数运实现
    96位大数运算实现-96 big number operation realizes
    2023-08-03 08:10:03下载
    积分:1
  • acm时间问题
    acm时间问题算法-acm time algorithm
    2022-07-25 18:27:59下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载