Error while using STFT
Show older comments
I have been trying to use STFT, but I am getting an error of 'too many input arguemnts' every time.
I even tried with the MATLAB example : openExample('signal/STFTOfQuadraticChirpExample')
Still it throws the error: 'Too many input arguments'

3 Comments
Asvin Kumar
on 3 Oct 2019
Can you please check whether there is another user-defined function/script named stft in your path?
PIYUSH MOHANTY
on 3 Oct 2019
Bjorn Gustavsson
on 3 Oct 2019
This often happened to me when I ran with my personal matlab-directories first in the matlab-path. Once I realized that I would be better off putting my directories at the end of the matlab-path (with the inconvenience that I had to keep my function-names separate from all matlab-matlab-function) this stoped hapening.
Answers (0)
Categories
Find more on Short-Time Fourier Transform in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!