Confused about the error
Mostrar comentarios más antiguos
[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));
Respuestas (0)
Categorías
Más información sobre Octave en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!