signals.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:triflow 作者: locie 项目源码 文件源码
def fourrier_spectrum(self, *args, **kwargs):
        """
          Parameters
          ----------
          *args, **kwargs
              extra arguments provided to the periodogram function.

          Returns
          -------
          tuple of numpy.ndarray: fourrier modes and power density obtained with the scipy.signal.periodogram function.
          """  # noqa
        freq, ampl = periodogram(self._template, fs=1 / self._dt)
        return freq, ampl
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号