Struggling to create STFT form FFT
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
shawn finley
am 12 Aug. 2021
Kommentiert: shawn finley
am 16 Aug. 2021
Due to the version of Matlab that I am running (R2018a) I can not use the stft or the spetrgram functions that are available in later versions.
I need to use the fft() comand with a time interval (or window )and I am struggleing to do so below is my current code.
The ultimate goal is to get a velocity plot from the signal.

0 Kommentare
Akzeptierte Antwort
Yazan
am 15 Aug. 2021
Bearbeitet: Yazan
am 15 Aug. 2021
There are several open-source Matlab-based time-frequency toolboxes, which all provide implementations of the STFT. Check some of them, which can be found by a simple google search. One of them is an old toolbox provided by F. Auger. A more popular one probably is the one developed by B. Boashah. Moreover, Matlab provides a function for computing the spectrogram, which was introduced before R2006a.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Time-Frequency Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!