how i can write SINR in matlab
조회 수: 6 (최근 30일)
이전 댓글 표시
i want matlab code for Signal to Interference Noise ratio
댓글 수: 0
답변 (1개)
Image Analyst
2014년 3월 25일
What's interference noise? Anyway, can't you just figure out the signal and the noise and divide
sinr = signal ./ interferenceNoise;
Take the mean if you want.
댓글 수: 2
ADITI SINGLA
2016년 4월 9일
how to calculate the interference noise ?? output signal-input signal is interference noise ,, is it correct?
Image Analyst
2016년 4월 10일
I've always heard that as just simply "noise", not interference noise, though if the noise is known to come from a process that you consider or call interference, then I guess you can call it interference noise. Just subtract like you showed, except that, if they're integer (uint8 or uint16), you need to cast them to double before you subtract.
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!