Feeds
질문
Index in position 2 exceeds array bounds (must not exceed 1).
specFrames = magSpecFrames('voice.wav', 2048, 4); for i = 1:1025, plot(specFrames(:, i)); axis([0 1200 0 8]); ...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Error Using zeros; Size inputs must be scaler
function ampData = ampMeasure(filename, N, R) % load a signal [x, R] = audioread(filename); % choose a subwindow size (in...
거의 6년 전 | 답변 수: 1 | 0