how to find snr ratio of audio signals in simulink? plz help me by replying as soon as possible
이전 댓글 표시
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
답변 (1개)
David Barry
2013년 5월 17일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Signal Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!