how i can write SINR in matlab

Réponses (1)

Image Analyst
Image Analyst le 25 Mar 2014

0 votes

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 commentaires

ADITI SINGLA
ADITI SINGLA le 9 Avr 2016
how to calculate the interference noise ?? output signal-input signal is interference noise ,, is it correct?
Image Analyst
Image Analyst le 10 Avr 2016
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.

Connectez-vous pour commenter.

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by