Skip to content

Commit

Permalink
update Return documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravioli1369 committed Feb 3, 2025
1 parent bef5b7e commit 80c19ff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ml4gw/transforms/iirfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,7 @@ class IIRFilter(torch.nn.Module):
The sampling frequency of the digital system.
Returns:
These parameters are stored as torch buffers.
b, a:
Numerator (`b`) and denominator (`a`) polynomials of the IIR
filter. Only returned if ``output='ba'``.
z, p, k:
Zeros, poles, and system gain of the IIR filter transfer
function. Only returned if ``output='zpk'``.
sos:
Second-order sections representation of the IIR filter.
Only returned if ``output='sos'``.
Filtered signal on the forward pass.
"""

def __init__(
Expand Down

0 comments on commit 80c19ff

Please sign in to comment.