MATLAB: How to add an echo to an audio file and control the SER (signal to echo ratio) with MATLAB

audiosignal processing

I can add echo to the audio through convolution. But I don't know how to adjust SER. What should I do?

Best Answer

Hi Seoungyook,
You can adjust the scaling factor (Gain/Attenuation of the reflected signal) of the delayed signal to tune your Signal-to-Echo Ratio.
Related Question