Spectrogram Visualization with Matlab

Irisgram - a new kind of visual representation of the time-frequency spectrogram.
385 téléchargements
Mise à jour 3 déc. 2018

Afficher la licence

The present code is a Matlab function that provides a new unique kind of visual representation of the spectrogram obtained by time-frequency analysis of a given signal x[n], named “iris spectrogram” (irisgram). The results are:
1) irisgram – a circular plot of the spectrogram where the time increase azimuthally (circumferentially) clockwise, the frequency increase radially and the signal level is given axially with a color. The exact location of a given point on the plot could be observed using the Data Cursor.
2) optionally:
- matrix with the complex stft coefficients with time across the columns and frequency across the rows;
- frequency vector;
- time vector.

An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

The code is based on the theory described in:

[1] H. Zhivomirov. A Novel Visual Representation of the Signals in the Time-Frequency Domain. The Scientific Bulletin, Series C: Electrical Engineering and Computer Science, ISSN: 2286-3540, Vol. 80, Issue 3, pp. 75-84, 2018. (https://www.scientificbulletin.upb.ro/rev_docs_arhiva/rez786_869448.pdf)

Citation pour cette source

H. Zhivomirov. A Novel Visual Representation of the Signals in the Time-Frequency Domain. The Scientific Bulletin, Series C: Electrical Engineering and Computer Science, ISSN: 2286-3540, Vol. 80, Issue 3, pp. 75-84, 2018. (https://www.scientificbulletin.upb.ro/rev_docs_arhiva/rez786_869448.pdf)

Hristo Zhivomirov (2024). Spectrogram Visualization with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/64882-spectrogram-visualization-with-matlab), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Time-Frequency Analysis dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.3.0.0

Change of the title of the submission.

1.2.0.0

A new reference literature has been added.

1.1.0.0

A new version of the code has been uploaded.

1.0.0.0