Skip to content

Commit

Permalink
revise docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Sep 14, 2024
1 parent 031bbbf commit 28575a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchaudio/functional/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ def _lfilter_core(

def lfilter(waveform: Tensor, a_coeffs: Tensor, b_coeffs: Tensor, clamp: bool = True, batching: bool = True) -> Tensor:
r"""Perform an IIR filter by evaluating difference equation, using differentiable implementation
developed independently by *Yu et al.* :cite:`ismir_YuF23` and *Forgione et al.* :cite:`forgione2021dynonet`.
developed separately by *Yu et al.* :cite:`ismir_YuF23` and *Forgione et al.* :cite:`forgione2021dynonet`.
The gradients of ``a_coeffs`` are computed based on a faster algorithm from :cite:`ycy2024diffapf`.
.. devices:: CPU CUDA
Expand Down

0 comments on commit 28575a7

Please sign in to comment.