Confused about the error
Mostra commenti meno recenti
[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));
Risposte (0)
Categorie
Scopri di più su Octave in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!