2019年5月8日
摘要: ```python def stft(y, n_fft=2048, hop_length=None, win_length=None, window='hann', center=True, dtype=np.complex64, pad_mode='reflect'): """Short time 阅读全文
posted @ 2019-05-08 16:47 BuildDream 阅读(6922) 评论(0) 推荐(0) 编辑