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

조회 수: 4 (최근 30일)
THAYANANDA RAMANA
THAYANANDA RAMANA 2023년 3월 17일
답변: Paul 2023년 3월 17일
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