快捷方式

torchaudio.functional.lowpass_biquad

torchaudio.functional.lowpass_biquad(waveform: Tensor, sample_rate: int, cutoff_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) 的波形

返回类型

张量

文档

访问全面的 PyTorch 开发者文档

查看文档

教程

为初学者和高级开发者提供深入的教程

查看教程

资源

查找开发资源并让您的问题得到解答

查看资源