2020年1月10日
摘要: 在时域中采集的正弦波形,利用傅里叶将其转换成频域上的函数 代码如下 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <math.h> 4 #define PI 3.1415926 5 #define N 72 6 double Input_ 阅读全文
posted @ 2020-01-10 10:11 永夜无昼 阅读(250) 评论(0) 推荐(0)