Filter löschen
Filter löschen

How to measure SNR (Signal-to-Noise Ratio) of a Audio signal

88 Ansichten (letzte 30 Tage)
Pedro Maia
Pedro Maia am 23 Jul. 2023
Beantwortet: PRIYA am 26 Jan. 2024
Hello,
I have an audio signal that I received over radio. How do I measure the SNR using power spectral density ? I know I have to integrate to get the power, bu how do I know what is signal and what is noise by the PSD alone ?

Antworten (2)

Debadipto
Debadipto am 31 Jul. 2023
Hi Pedro,
To measure the SNR of a signal, you can simply use the MATLAB function "snr(x)", where x is the input signal.
If you want to measure the SNR specifically using PSD, then you can do that by leveraging the "periodogram()" function. See SNR of Sinusoid Using PSD example for more information.
Regards,
Debadipto Biswas

PRIYA
PRIYA am 26 Jan. 2024
periodogram(-20)

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by