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?
John Williams answered .
2025-11-20