how to find snr ratio of audio signals in simulink? plz help me by replying as soon as possible

2 views (last 30 days)
i have 2 signal inputs one audio input and other noise, i filtered the noise using adaptive filter. now i need to find snr of the original signal and recoverd signal. plz help me asap

Answers (1)

David Barry
David Barry on 17 May 2013
I suggest you first start by referring back to the definition of SNR - i.e. the power ratio between a signal and the background noise.
SNR = P1/P2 where P1/P2 is power ratio of signal and noise.
SNR = (A1/A2)^2 where A1 and A2 are RMS amplitude of signal and noise.
This may then point you towards the Simulink blocks you might need, i.e. RMS, division, math function (squared). You probably also want to look at the dB conversion blocks.

Community Treasure Hunt

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

Start Hunting!