Invertible STFT and ISTFT in Python

后端 未结 10 2014
自闭症患者
自闭症患者 2020-12-02 07:57

Is there any general-purpose form of short-time Fourier transform with corresponding inverse transform built into SciPy or NumPy or whatever?

There\'s the pyplot

10条回答
  •  北海茫月
    2020-12-02 08:42

    I'm a little late to this, but realised scipy has inbuilt istft function as of 0.19.0

提交回复
热议问题