Skip to content

Commit

Permalink
Merge pull request #55 from fgnt/boeddeker-patch-2
Browse files Browse the repository at this point in the history
Fix docstring
  • Loading branch information
boeddeker committed Feb 15, 2021
2 parents 7faaf56 + a317d61 commit 617ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nara_wpe/wpe.py
Expand Up @@ -699,7 +699,7 @@ def online_wpe_step(
input_buffer: Buffer of shape (taps+delay+1, F, D)
power_estimate: Estimate for the current PSD
inv_cov: Current estimate of R^-1
filter_taps: Current estimate of filter taps (F, taps*D, taps)
filter_taps: Current estimate of filter taps (F, taps*D, D)
alpha (float): Smoothing factor
taps (int): Number of filter taps
delay (int): Delay in frames
Expand Down

0 comments on commit 617ecec

Please sign in to comment.