Convolution Reverb help!

17 views (last 30 days)
Felipe Tavera
Felipe Tavera on 16 Jun 2011
I'm developing a convolution reverb in Simulink by FFT'ing both input signals (Input from mic and recorded impulse response), then convolving them with each other in the frequency domain, and applying an IFFT before sending it to a speaker output. However, no matter how much i've tried, i only get noise out of it. I was wondering if someone could help me.
I've also tried to just convolve the signals in the time domain but i get the same result.
Any kind of thoughts or pointers would be much appreciated.
Thank you.
  2 Comments
José Goulart
José Goulart on 20 Jun 2011
Felipe,
How are you computing the convolution? Please show us the code that you're using.
Felipe Tavera
Felipe Tavera on 30 Jun 2011
Jose, right now I'm not using any code written by me on the model, just using the simulink blocks. I'm having one "from audio device" block connected to and fft block, then parallel to this I have the impulse response in a " from wave file" block connected to another fft block. These are joined ahead by a convolution block in the frequency domain. After this I'm connecting an ifft block, a block that has the real component of the signal for an output, and, finally the to audio device block.
I'm currently not at my usual workplace, but as soon as I get there I'll try to see if it's possible to upload a picture of the model or anything that proves to be more helpful than describing the blocks connection.
Thank you.

Sign in to comment.

Answers (1)

Daniel Shub
Daniel Shub on 17 Jun 2011
How much energy is there in the tail of your impulse response? If there is lots of late reverb, then the result is going to sound an awful lot like noise. What happens if you cut the duration of your impulse response (IR) down to only include about 50 ms of reverb?
  4 Comments
Felipe Tavera
Felipe Tavera on 30 Jun 2011
Daniel, i'm sorry I didn't answer sooner, I'm seem to be having trouble with the email notifications from the matlab answers. The impulse response that I've been using looks qualitatively correct, is an initial peak with a short gap( ITGD) and the a reverberant tail. I'm going to try and do it with the artificial impulse response and see what happens from there, and report it back.
Thank you.
Sean de Wolski
Sean de Wolski on 30 Jun 2011
Comments don't email you...

Sign in to comment.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!