getpeaks too many input argument
Ältere Kommentare anzeigen
hi i have this code
>> [x1, Fs] = wavread('chordA1.wav');
>> FFT1 = fft(x1);
>> sq1 = abs(FFT1);
>> sq1 = abs(FFT1);
>> pks1 = getpeaks(sq1,'NPEAKS',20)
when i run the the program it says
??? Error using ==> getpeaks
Too many input arguments.
what seems to be the problem?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Spectral Measurements finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!