Computing multiple SNR values

2 ビュー (過去 30 日間)
Umber Sheikh
Umber Sheikh 2018 年 9 月 19 日
回答済み: Surbhi Pillai 2018 年 9 月 26 日
Hello-
I have two matrices (one is called RMS_power and the other is called RMS_noise). Both are 10x500, and I want to compute the SNR values of each row (10 SNR Values)
I know there's a simple function for this as such: snr(RMS_power, RMS_noise) ; but it only gives one value for the whole matrix.

採用された回答

Surbhi Pillai
Surbhi Pillai 2018 年 9 月 26 日
I would suggest you to use a loop and find SNR corresponding to each row of the respective matrices and append the results to generate the desired output.
Thanks!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by