快捷鍵

torchaudio.functional.bandreject_biquad

torchaudio.functional.bandreject_biquad(waveform: Tensor, sample_rate: int, central_freq: float, Q: float = 0.707) Tensor[source]

設計二階帶拒濾波器。類似於 SoX 實作。

This feature supports the following devices: CPU, CUDA This API supports the following properties: Autograd, TorchScript
參數:
返回:

維度為 (…, time) 的波形

返回類型:

Tensor

參考

文件

存取 PyTorch 的完整開發者文件

查看文件

教學

取得初學者和進階開發者的深入教學

查看教學

資源

尋找開發資源並獲得問題解答

查看資源