Feeds
질문
How to solve this error Index exceeds the number of array elements. Index must not exceed 198450. Error in quant (line 23) plot(t(zoom),Y2(zoom));
[Y,Fs] = audioread('signal1.wav'); info = audioinfo('signal1.wav'); t = 0:seconds(1/Fs):seconds(info.Duration); t = t(1:end);...
대략 4년 전 | 답변 수: 1 | 0