Skip to content

Commit ff32c70

Browse files
committed
[CC] docstring update
1 parent 6ddfdd3 commit ff32c70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mosqito/sound_level_meter/noct_spectrum/_filter_bandwidth.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ def _filter_bandwidth(fc, n=3, N=3):
3030
alpha : numpy.ndarray
3131
Ratio of the upper and lower band-edge frequencies to the mid-band
3232
frequency
33+
f1 : float
34+
Lower frequency of the band in Hz
35+
f2 : float
36+
Upper frequency of the band in Hz
37+
3338
"""
3439

3540
"""

0 commit comments

Comments
 (0)