Borrar filtros
Borrar filtros

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

89 visualizaciones (últimos 30 días)
Pedro Maia
Pedro Maia el 23 de Jul. de 2023
Respondida: PRIYA el 26 de En. de 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 ?

Respuestas (2)

Debadipto
Debadipto el 31 de Jul. de 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 el 26 de En. de 2024
periodogram(-20)

Categorías

Más información sobre Parametric Spectral Estimation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by