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)[source][source]¶
参见
torch.stft()
警告
此函数在 0.4.1 版本更改了签名。使用之前的签名调用可能会导致错误或返回不正确的结果。