📄 ex4_5.c
字号:
/** Program to design an FIR **/
#include "math.h"
float hd[51]; /* 理想的冲击响应系数序列 */
float h[51]; /* 加窗后的冲击响应系数序列 */
float w[51]; /* 窗函数的离散值序列 */
float db[300]; /* 幅度响应数组(对数值)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -