Sine Sweep(正弦扫频信号)

本文主要参考:https://blog.csdn.net/okobul1/article/details/46415287   读后记录如下: 1. Sine sweep波的函数 sweep(t) = sin(2*PI*f0*(k^t-1)/log(k)) 2. python的代码 from math import * import array import matplotlib.pyplot
相关文章
相关标签/搜索