how to get spectrogram of 100x1500 csv file

1 次查看(过去 30 天)
I have a csv file of size 100x1500. I want convert each row(100) in image by spectrogram
  2 个评论
Star Strider
Star Strider 2020-6-28
Since the x argument to spectrogram must be a row or column vector, you would need to loop through the rows to create 100 different spectrogram matrices, one for each row. You would then have to decide what you want to do with them.
sania urooj
sania urooj 2021-6-30
@Star Strider how to create a loop with spectogram. I have 1000 ecg signals in mat files that need to be converted to 2D images.
Please guide.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time-Frequency Analysis 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by