Filter löschen
Filter löschen

Computing multiple SNR values

3 Ansichten (letzte 30 Tage)
Umber Sheikh
Umber Sheikh am 19 Sep. 2018
Beantwortet: Surbhi Pillai am 26 Sep. 2018
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.

Akzeptierte Antwort

Surbhi Pillai
Surbhi Pillai am 26 Sep. 2018
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!

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by