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 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