Shortcuts

torchaudio.functional.bandreject_biquad

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

Design two-pole band-reject filter. Similar to SoX implementation.

This feature supports the following devices: CPU, CUDA This API supports the following properties: Autograd, TorchScript
Parameters:
Returns:

Waveform of dimension of (…, time)

Return type:

Tensor

Reference:

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources