why do my spectrogram values are negative and how to read them?

4 次查看(过去 30 天)
I have plotted three spectrogram of audio signal "hello" in FFT and FFT written without using inbuilt fft and HDFT(hopping DFT) and values of spectrogram are in negative values. How to read them and why they are in negative values?

回答(1 个)

Paul
Paul 2023-3-17
The power levels are in dB. Any positive number less than 1 is negative when converted to dB
pow2db(0.5)
ans = -3.0103
See pow2db.

类别

Help CenterFile Exchange 中查找有关 Parametric Spectral Estimation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by