필터 지우기
필터 지우기

spectrogram unit change from dB/Hz to linear scale

조회 수: 22 (최근 30일)
aakash dewangan
aakash dewangan 2023년 8월 24일
답변: Star Strider 2023년 8월 24일
Hi,
I am using readymade matlab function to plot the spectrogram of my data. I want to change the spectral intensity unit from dB/Hz to linear scale.
Please let me know how can I do that.
Thanks :)

답변 (1개)

Star Strider
Star Strider 2023년 8월 24일
If you want dB rather than dB/Hz, use the pspectrum function with the 'spectrogram' option argument.
To get magnitude from dB, use the db2mag function.

카테고리

Help CenterFile Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by