Effacer les filtres
Effacer les filtres

Power Spectrum with frequency as x-axis and db level as y-axis

7 vues (au cours des 30 derniers jours)
Mengjia Lyu
Mengjia Lyu le 6 Jan 2021
Dear all,
I currently have the plot below for a wav file. How can I create a plot with frequency as x-axis and db level as y-axis?

Réponses (1)

Mathieu NOE
Mathieu NOE le 7 Jan 2021
hello
from what I see , the x axis units is already in Hz
to convert to dB scale , use this :
y_dB = 20*log10(abs(y_fft))
%see example attached

Catégories

En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by