how to make a vector shorter for dtw() in matlab

조회 수: 2 (최근 30일)
Kfir Weissman
Kfir Weissman 2021년 7월 17일
댓글: Jonas 2021년 7월 17일
hi, i would like to compare audio files using the dtw() function.
i read my audio files using the [y,Fs] = audioread() function.
but the problem is :
when i send my audio data vector, (y) to the dtw function : dist = dtw(y,y) for example,
i get error that my vector y is too big, when i try cutting the vector into part i dont get the result im waiting for, so, my question is :
how can i make my vector (y) shorter and get a good result from the dtw functuion?
  댓글 수: 2
Yazan
Yazan 2021년 7월 17일
Provide more information about your signal or better to upload it. To make a signal "shorter" is by resampling at a lower sampling rate, but keeping Nyquist law satisfied.
Jonas
Jonas 2021년 7월 17일
maybe it already helps to take just one of the stereo channels if your audio was recorded in stereo

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by