フィルターのクリア

spectrogram unit change from dB/Hz to linear scale

15 ビュー (過去 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 Center および File ExchangeTime-Frequency Analysis についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by