フィルターのクリア

how i can write SINR in matlab

4 ビュー (過去 30 日間)
abdulaziz alofui
abdulaziz alofui 2014 年 3 月 25 日
コメント済み: Image Analyst 2016 年 4 月 10 日
i want matlab code for Signal to Interference Noise ratio

回答 (1 件)

Image Analyst
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
ADITI SINGLA 2016 年 4 月 9 日
how to calculate the interference noise ?? output signal-input signal is interference noise ,, is it correct?
Image Analyst
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 ExchangeSignal Processing Toolbox についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by