評價此頁

torch.Tensor.stft#

Tensor.stft(n_fft, hop_length=None, win_length=None, window=None, center=True, pad_mode='reflect', normalized=False, onesided=None, return_complex=None, align_to_window=None)[原始碼]#

請參閱 torch.stft()

警告

此函式在 0.4.1 版本更改了簽名。使用先前簽名呼叫可能會導致錯誤或返回不正確的結果。