-
Notifications
You must be signed in to change notification settings - Fork 3
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
blind deconvolution algorithm #2
Comments
It's an adaptation from the algorithm presented in : High-quality Motion Deblurring from a Single Image The differences with the original algo is that it doesn't use fourrier transforms and the global prior It's a very early developpment and for me it doesn't work so well |
Is there any chance that I could use this for blind deconvolution of audio signal mixtures? |
I don't think so. What kind of decomposition are you actually looking for ? |
I have samples of audio recording from two microphones separated by some distance. There are two simultaneous speakers. Basically a convolutive mixture of two sound sources. Another example of such a mixture is available here (the second example) |
I'm curious what algorithm is your blind deconvolution implementing?
The text was updated successfully, but these errors were encountered: