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