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

Application Extension: How to use this metric in Short-Time Fourier Transform (STFT) domain? #12

Open
litianyu93 opened this issue Jun 21, 2022 · 1 comment

Comments

@litianyu93
Copy link

Lots of BSS work make efforts to find coefficients in Short-Time Fourier Transform (STFT) domain, and multiply them with signal in the same domain. I think that this metric is evaluated in time domain, and wondering how can use it directly in STFT domain (maybe need to find out the frequency mapping of distortion filter?). If it worked, this metric can be directly extend to these neural network in STFT domain?
Thank for your brilliant creative work!

@fakufaku
Copy link
Owner

This metric is actually also used to train systems working in the STFT domain. The signals are first brought back to time-domain by doing iSTFT. This is not really an issue.
Now, my experience (which is similar to what is found in the literature), is that the time-domain metric gives better performance than those applied in the STFT domain directly.

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