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

61 ビュー (過去 30 日間)
Pedro Maia
Pedro Maia 2023 年 7 月 23 日
回答済み: PRIYA 2024 年 1 月 26 日
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 ?

回答 (2 件)

Debadipto
Debadipto 2023 年 7 月 31 日
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 2024 年 1 月 26 日
periodogram(-20)

カテゴリ

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

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by