How to draw a high-contrast spectrogram?
显示 更早的评论
Some software for sound analysis can draw spectrograms with higher contrast (backgrounds are almost zero). I was wondering what tricks may I use to generate similar spectrograms.

Figure-1 A spectrogram generated by matlab function spectrogram()

Figure-2 A spectrogram of the same audio signal generated by a software
回答(2 个)
Andres Morales
2023-1-22
1 个投票
You can modify the spectrogram minimum thresholding value. This will zero values below the threshold:
https://www.mathworks.com/help/signal/ref/spectrogram.html#namevaluepairarguments
Sulaymon Eshkabilov
2021-5-26
0 个投票
Hi,
Use colormap()
3 个评论
zhehao.nkd
2021-5-26
Sulaymon Eshkabilov
2021-5-26
colormap(jet); colormat(hsv); etc
zhehao.nkd
2021-5-31
类别
在 帮助中心 和 File Exchange 中查找有关 Time-Frequency Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!