Understanding the Spectrogram function
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
The y- axis of the spectrogram plot shows normalized frequencies that go up to 1, but the 's' matrix that stores the spectrogram properties has values that go up to 3000. Why is that?
0 Kommentare
Antworten (1)
Priyank Sharma
am 14 Mai 2019
The output 's' of the functioni is the Short-time Fourier transform which is returned as a matrix.
In the matrix, time increases across the columns of s and frequency increases down the rows, starting from zero.
0 Kommentare
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!