how to get spectrogram of 100x1500 csv file

2 ビュー (過去 30 日間)
CHHAVI
CHHAVI 2020 年 6 月 28 日
コメント済み: sania urooj 2021 年 6 月 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 Center および File ExchangeTime-Frequency Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by