Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About WPE_Numpy_online: result question #77

Open
gralear opened this issue May 28, 2024 · 2 comments
Open

About WPE_Numpy_online: result question #77

gralear opened this issue May 28, 2024 · 2 comments

Comments

@gralear
Copy link

gralear commented May 28, 2024

Hi boeddeker
I use the example WPE_Numpy_online and the wav from the test .
but the dereverberated result have some problem.
I try to change filter taps, but if the filter more but result get more bad.

Figure 2024-05-28 174318

@boeddeker
Copy link
Member

Hi,

the idea of WPE is some kind of reducing the correlation between the current frame and the past.
When you increase the number of taps, you increase the number of parameters.
If you have too many parameters, it gets easier for WPE to predict the current frame.
For offline WPE it can happen, that you get the zero signal, if the number of parameters matches the number of predicted time-frequency bins.
The online variant has also issues, when you have too many parameters, but since I never use the online implementation, I cannot say, when it gets problematic.

@gralear
Copy link
Author

gralear commented May 29, 2024

Thank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants