Confused about the error
古いコメントを表示
[y,Fs] = audioread('access_Denied.3gpp');
timeWindow = 20e-3; lengthWindow = round(timeWindow*Fs); % number of samples per window
% third argument specifies the number of overlapping samples yBuffer = buffer(x, lengthWindow, round(lengthWindow*0.2));
Error using buffer Input must be a vector.
Error in filter_1 (line 50) yBuffer = buffer(x, lengthWindow, round(lengthWindow*0.2));
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Octave についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!