Spectrogram Visualization with Matlab

Irisgram - a new kind of visual representation of the time-frequency spectrogram.
388.0 次下载
更新时间 2018/12/3

查看许可证

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)

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Time-Frequency Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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