How to draw a high-contrast spectrogram?
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (2)
Andres Morales
le 22 Jan 2023
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
0 commentaires
Voir également
Catégories
En savoir plus sur Time-Frequency Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!